mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-03 10:17:21 +00:00

Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a lack of board.h file, unset this on the crownbay platform and remove the otherwise empty file. Signed-off-by: Tom Rini <trini@konsulko.com>
23 lines
354 B
Text
23 lines
354 B
Text
if TARGET_CROWNBAY
|
|
|
|
config SYS_BOARD
|
|
default "crownbay"
|
|
|
|
config SYS_VENDOR
|
|
default "intel"
|
|
|
|
config SYS_SOC
|
|
default "queensbay"
|
|
|
|
config 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
|
|
select SPI_FLASH_SST
|
|
|
|
endif
|