mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-28 23:23:30 +08: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>
16 lines
215 B
Plaintext
16 lines
215 B
Plaintext
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
|