diff --git a/userpatches/config/boards/rock-3a.conf b/userpatches/config/boards/rock-3a.conf index 5477ad4..400875e 100644 --- a/userpatches/config/boards/rock-3a.conf +++ b/userpatches/config/boards/rock-3a.conf @@ -20,8 +20,7 @@ function post_family_config__rock3a_uboot_add_sata_target() { UBOOT_TARGET_MAP=" BL31=$RKBIN_DIR/$BL31_BLOB $BOOTCONFIG spl/u-boot-spl.bin u-boot.dtb u-boot.itb;;idbloader.img u-boot.itb rkspi_loader.img - BL31=$RKBIN_DIR/$BL31_BLOB $BOOTCONFIG_SATA spl/u-boot-spl.bin u-boot.dtb u-boot.itb;; rkspi_loader_sata.img - " + BL31=$RKBIN_DIR/$BL31_BLOB $BOOTCONFIG_SATA spl/u-boot-spl.bin u-boot.dtb u-boot.itb;; rkspi_loader_sata.img" }