u-boot/board/boundary/nitrogen6x/Kconfig
Tom Rini c278b05bc6 nitrogen6x: Migrate DDR_MB to Kconfig
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>
2021-08-31 17:47:49 -04:00

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