commit | 2f05fefbe54df52500e6ed57c6764053e9afa9c2 | [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 | 302bd67df4e59d14f93fb1e4e453f2afa2fe7c2a [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>