mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
dd63fbc70a
PopMetal is a rockchip rk3288 based board made by ChipSpark, which has many interface such as HDMI, VGA, USB, micro-SD card, WiFi, Audio and Gigabit Ethernet. Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
15 lines
220 B
Text
15 lines
220 B
Text
if TARGET_POPMETAL_RK3288
|
|
|
|
config SYS_BOARD
|
|
default "popmetal_rk3288"
|
|
|
|
config SYS_VENDOR
|
|
default "chipspark"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "popmetal_rk3288"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
|
|
endif
|