mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
cba6bb1b74
The 'evb-rk3288' is not a vendor name, change it to 'rockchip' which is the real vendor name. Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
15 lines
204 B
Text
15 lines
204 B
Text
if TARGET_EVB_RK3288
|
|
|
|
config SYS_BOARD
|
|
default "evb_rk3288"
|
|
|
|
config SYS_VENDOR
|
|
default "rockchip"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "evb_rk3288"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
|
|
endif
|