mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
30b1ecd265
CONFIG_BOARD_EARLY_INIT_F literally indicates board-specific codes and should be not 'default y' for all x86 boards. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
25 lines
380 B
Text
25 lines
380 B
Text
if TARGET_CROWNBAY
|
|
|
|
config SYS_BOARD
|
|
default "crownbay"
|
|
|
|
config SYS_VENDOR
|
|
default "intel"
|
|
|
|
config SYS_SOC
|
|
default "queensbay"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "crownbay"
|
|
|
|
config SYS_TEXT_BASE
|
|
default 0xfff00000
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select X86_RESET_VECTOR
|
|
select INTEL_QUEENSBAY
|
|
select BOARD_ROMSIZE_KB_1024
|
|
select BOARD_EARLY_INIT_F
|
|
|
|
endif
|