commit | 51556652a421c783d594e46a9ca533d273056477 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Aug 21 13:50:14 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 31 17:46:37 2021 -0400 |
tree | 06b3b353267e01e6a83588d033e064fd552e0099 | |
parent | 5918039cb7dcbe00c11895e5456ecbbebbf49edd [diff] |
mvebu: ddr: Rename CONFIG_DDR_FIXED_SIZE to CONFIG_SYS_SDRAM_SIZE We have a number of CONFIG symbols to express the fixed size of system memory. For now, rename CONFIG_DDR_FIXED_SIZE to CONFIG_SYS_SDRAM_SIZE and adjust usage to match that CONFIG_SYS_SDRAM_SIZE expects the entire size rather than MiB. Cc: Marek BehĂșn <marek.behun@nic.cz> Cc: Stefan Roese <sr@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Marek BehĂșn <marek.behun@nic.cz>