mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
e2e947ff6b
This builds and displays an SPL message, but does not function beyond that. Signed-off-by: Simon Glass <sjg@chromium.org>
15 lines
220 B
Text
15 lines
220 B
Text
if TARGET_CHROMEBOOK_JERRY
|
|
|
|
config SYS_BOARD
|
|
default "chromebook_jerry"
|
|
|
|
config SYS_VENDOR
|
|
default "google"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "chromebook_jerry"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
|
|
endif
|