diff options
author | Tom Rini | 2022-10-28 20:27:01 -0400 |
---|---|---|
committer | Tom Rini | 2022-11-10 09:45:54 -0500 |
commit | b85d75951fe126267a29bc953ed59ed64a152288 (patch) | |
tree | 507941c6838a68351caac0b8d5a052ef281bdbe6 /include/configs/T208xRDB.h | |
parent | 22a2283f2de687b30ca257a4b3834f7686fabb56 (diff) |
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/T208xRDB.h')
-rw-r--r-- | include/configs/T208xRDB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h index 407350c25c3..86c92de50e9 100644 --- a/include/configs/T208xRDB.h +++ b/include/configs/T208xRDB.h @@ -71,7 +71,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 |