mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 10:24:49 +00:00

Move ROCK Pi 4 specific board code from the shared evb_rk3399 target into its own board target and update related defconfigs to use the new TARGET_ROCKPI4_RK3399 option. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Christopher Obbard <chris.obbard@collabora.com> Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
15 lines
213 B
Text
15 lines
213 B
Text
if TARGET_ROCKPI4_RK3399
|
|
|
|
config SYS_BOARD
|
|
default "rockpi4-rk3399"
|
|
|
|
config SYS_VENDOR
|
|
default "radxa"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "rockpi4-rk3399"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
|
|
endif
|