mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
17aa548ced
The Firefly RK3288 is a suitable target board for initial mainline Rockchip support. It includes a good set of peripherals, a recent SoC and it is readily available. This adds only some basic files required to allow the baord to display a serial message in SPL and hang. Signed-off-by: Simon Glass <sjg@chromium.org>
15 lines
215 B
Text
15 lines
215 B
Text
if TARGET_FIREFLY_RK3288
|
|
|
|
config SYS_BOARD
|
|
default "firefly-rk3288"
|
|
|
|
config SYS_VENDOR
|
|
default "firefly"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "firefly-rk3288"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
|
|
endif
|