powerpc: Move CONFIG_SYS_DDR_SIZE to CONFIG_SYS_SDRAM_SIZE
authorTom Rini <trini@konsulko.com>
Sat, 23 Jul 2022 17:04:56 +0000 (13:04 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 4 Aug 2022 20:18:47 +0000 (16:18 -0400)
commit9a56ab96aa3206001c89151eb2755479f708f084
treef34f024e11ae18f3c902736f83094ca44789426e
parentb72713dc0bb76a7629dab3746694633089e51339
powerpc: Move CONFIG_SYS_DDR_SIZE to CONFIG_SYS_SDRAM_SIZE

We have a number of CONFIG_SYS_xxx_SIZE options to describe the amount
main memory available.  Rework CONFIG_SYS_DDR_SIZE, which described a
size in number of MiB to use CONFIG_SYS_SDRAM_SIZE which is most often
used as a number of bytes.  Use shifts of this option when required.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/freescale/mpc837xerdb/mpc837xerdb.c
board/gdsys/mpc8308/sdram.c
board/ids/ids8313/ids8313.c
board/keymile/km83xx/km83xx.c
include/configs/MPC837XERDB.h
include/configs/ids8313.h
include/configs/km/km-mpc83xx.h