mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 21:51:25 +02:00
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>
16 lines
193 B
Plaintext
16 lines
193 B
Plaintext
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
|