]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit02b19a34578eb6af522eb99cc93d893e952b7075
treef34f024e11ae18f3c902736f83094ca44789426e
parenta373aa1797b505aba9e438d4a9cde7029b372fb9
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