mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 22:16:03 +01:00
The CM3588 NAS by FriendlyElec pairs the CM3588 compute module, based on the Rockchip RK3588 SoC, with the CM3588 NAS Kit carrier board. Features tested on a CM3588 NAS Kit with 8GB RAM 64GB eMMC module: - SD-card boot - eMMC boot - Ethernet - PCIe/NVMe - USB gadget - USB host Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
13 lines
177 B
Plaintext
13 lines
177 B
Plaintext
if TARGET_CM3588_NAS_RK3588
|
|
|
|
config SYS_BOARD
|
|
default "cm3588-nas-rk3588"
|
|
|
|
config SYS_VENDOR
|
|
default "friendlyelec"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "nanopc-t6-rk3588"
|
|
|
|
endif
|