mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
8cb20ccc34
Convert CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16 to Kconfig options so that we can remove them from board configuration file. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
21 lines
311 B
Text
21 lines
311 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 BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select X86_RESET_VECTOR
|
|
select INTEL_QUEENSBAY
|
|
select BOARD_ROMSIZE_KB_1024
|
|
|
|
endif
|