mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
c418addfa9
The 'evb_rk3036' and 'kylin' is not a vendor name, let's replace them to 'rockchip' which is a real _vendor_ name, and meet the architecure 'board/<vendor>/<board-name>/'. More boards from rockchip like evb_rk3288, evb_rk3399 will comes later. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Eddie Cai <eddie.cai.kernel@gmail.com>
15 lines
204 B
Text
15 lines
204 B
Text
if TARGET_EVB_RK3036
|
|
|
|
config SYS_BOARD
|
|
default "evb_rk3036"
|
|
|
|
config SYS_VENDOR
|
|
default "rockchip"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "evb_rk3036"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
|
|
endif
|