mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
7c1058fadc
This board includes an RK3288 SoC on a SOM. It can be mounted on a base-board which provides a wide range of peripherals. So far this is verified to boot to a prompt from a microSD card. The serial console works as well as HDMI. Thanks to Tom Cubie for sending me a board. Signed-off-by: Simon Glass <sjg@chromium.org>
15 lines
186 B
Text
15 lines
186 B
Text
if TARGET_ROCK2
|
|
|
|
config SYS_BOARD
|
|
default "rock2"
|
|
|
|
config SYS_VENDOR
|
|
default "radxa"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "rock2"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
|
|
endif
|