# +#define BOOT_TARGETS "mmc0 nvme mmc1 scsi usb pxe dhcp spi" # On cm3588-nas, mmc0 is the eMMC, mmc1 is the SD card slot function pre_config_uboot_target__cm3588_patch_rockchip_common_boot_order() { declare -a rockchip_uboot_targets=("mmc1" "nvme" "mmc0" "scsi" "us...