mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
9ca6c91732
Some of config options are board specific and should be set in into their default values automatically. So move them from defconfig file to Kconfig definitions to ensure that possible user custom defconfig files would have these required options also enabled. Signed-off-by: Pali Rohár <pali@kernel.org>
18 lines
222 B
Text
18 lines
222 B
Text
if TARGET_NOKIA_RX51
|
|
|
|
config NR_DRAM_BANKS
|
|
default 2
|
|
|
|
config SYS_BOARD
|
|
default "rx51"
|
|
|
|
config SYS_VENDOR
|
|
default "nokia"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "nokia_rx51"
|
|
|
|
config SYS_PROMPT
|
|
default "Nokia RX-51 # "
|
|
|
|
endif
|