diff options
author | Tom Rini <trini@konsulko.com> | 2022-10-28 20:27:01 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-11-10 09:45:54 -0500 |
commit | b85d75951fe126267a29bc953ed59ed64a152288 (patch) | |
tree | 507941c6838a68351caac0b8d5a052ef281bdbe6 /include/configs/T4240RDB.h | |
parent | 22a2283f2de687b30ca257a4b3834f7686fabb56 (diff) | |
download | u-boot-b85d75951fe126267a29bc953ed59ed64a152288.tar.gz |
powerpc: Migrate SYS_L3_SIZE to Kconfig
Introduce three options, one for each observed L3 cache size, and have
the size select'd as needed.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/T4240RDB.h')
-rw-r--r-- | include/configs/T4240RDB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T4240RDB.h b/include/configs/T4240RDB.h index c8875c809c..05c4406b77 100644 --- a/include/configs/T4240RDB.h +++ b/include/configs/T4240RDB.h @@ -52,7 +52,6 @@ * Config the L3 Cache as L3 SRAM */ #define CONFIG_SYS_INIT_L3_ADDR 0xFFFC0000 -#define CONFIG_SYS_L3_SIZE (512 << 10) #define SPL_ENV_ADDR (CONFIG_SPL_GD_ADDR + 4 * 1024) #define CONFIG_SYS_DCSRBAR 0xf0000000 |