diff options
author | Tom Rini | 2022-03-11 07:12:48 -0500 |
---|---|---|
committer | Tom Rini | 2022-03-18 08:43:25 -0400 |
commit | eb8eb3174992a96241e1511a02c02b36c51ad292 (patch) | |
tree | 5130cae49f1f3373f5ced48647037f2c813eea2a /include/configs/ten64.h | |
parent | ab366418b51fa883ff780200b127ab4a7ed62fab (diff) |
configs: Re-run migrations
As the CI test for stopping platforms from being merged that were
defining symbols that had Kconfig entries, a small number of symbols
needed to be migrated again. Do so, and catch two cases the README
should also have been updated but was not.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ten64.h')
-rw-r--r-- | include/configs/ten64.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ten64.h b/include/configs/ten64.h index 54e65f29f1e..1a62ddf45db 100644 --- a/include/configs/ten64.h +++ b/include/configs/ten64.h @@ -9,7 +9,6 @@ #include "ls1088a_common.h" -#define CONFIG_SYS_CLK_FREQ 100000000 #define COUNTER_FREQUENCY 25000000 /* 25MHz */ #define CONFIG_DIMM_SLOTS_PER_CTLR 1 |