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