mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
c278b05bc6
Move the CONFIG_DDR_MB symbol to Kconfig. A later clean-up would be to make dynamic memory size detection work based on how this is done on other i.MX6 platforms. Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Troy Kisky <troy.kisky@boundarydevices.com>
15 lines
193 B
Text
15 lines
193 B
Text
if TARGET_NITROGEN6X
|
|
|
|
config SYS_BOARD
|
|
default "nitrogen6x"
|
|
|
|
config SYS_VENDOR
|
|
default "boundary"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "nitrogen6x"
|
|
|
|
config DDR_MB
|
|
int "Memory size in MB"
|
|
|
|
endif
|