mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
afee3fb8c8
New board/intel/galileo board directory with minimum codes, plus board dts, defconfig and configuration files. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>
21 lines
300 B
Text
21 lines
300 B
Text
if TARGET_GALILEO
|
|
|
|
config SYS_BOARD
|
|
default "galileo"
|
|
|
|
config SYS_VENDOR
|
|
default "intel"
|
|
|
|
config SYS_SOC
|
|
default "quark"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "galileo"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select X86_RESET_VECTOR
|
|
select INTEL_QUARK
|
|
select BOARD_ROMSIZE_KB_1024
|
|
|
|
endif
|