mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
de43ca7e3e
rockpro64 needs to setup I/O domains in order for USB to work in u-boot. Since we currently don't have a driver to do that, split it into its own board file and initialize I/O domains here. Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
15 lines
220 B
Text
15 lines
220 B
Text
if TARGET_ROCKPRO64_RK3399
|
|
|
|
config SYS_BOARD
|
|
default "rockpro64_rk3399"
|
|
|
|
config SYS_VENDOR
|
|
default "pine64"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "rockpro64_rk3399"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
|
|
endif
|