mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-29 02:21:31 +02:00
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>
16 lines
204 B
Plaintext
16 lines
204 B
Plaintext
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
|