commit | 9a56ab96aa3206001c89151eb2755479f708f084 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Jul 23 13:04:56 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 04 16:18:47 2022 -0400 |
tree | f34f024e11ae18f3c902736f83094ca44789426e | |
parent | b72713dc0bb76a7629dab3746694633089e51339 [diff] |
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>