mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 06:26:07 +01: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>
13 lines
165 B
Plaintext
13 lines
165 B
Plaintext
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
|