1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-03 16:31:21 +02:00
Files
u-boot-megous/board/pine64/rockpro64_rk3399/Kconfig
Vasily Khoruzhick de43ca7e3e rockchip: rk3399: split rockpro64 out of evb_rk3399
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>
2019-11-17 17:22:53 +08:00

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