mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 19:04:38 +00:00

Radxa ROCK 5C[1] is a Rockchip RK3588S2 based single board computer. [1] https://radxa.com/products/rock5/5c Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
12 lines
165 B
Text
12 lines
165 B
Text
if TARGET_ROCK_5C_RK3588S
|
|
|
|
config SYS_BOARD
|
|
default "rock-5c-rk3588s"
|
|
|
|
config SYS_VENDOR
|
|
default "radxa"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "rock-5c-rk3588s"
|
|
|
|
endif
|