mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-27 14:43:07 +01:00
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
|