]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/armv8/zynqmp/spl.c
arm64: zynqmp: Wire QSPI boot mode for SPL
[people/ms/u-boot.git] / arch / arm / cpu / armv8 / zynqmp / spl.c
index 468dc1dc4d54859275aacc5da24a6e5f240dc70b..41b0070a5e1ae3cbe4fdb8c4948edc3ac1fed9cd 100644 (file)
@@ -101,6 +101,11 @@ u32 spl_boot_device(void)
 #ifdef CONFIG_SPL_SATA_SUPPORT
        case SW_SATA_MODE:
                return BOOT_DEVICE_SATA;
+#endif
+#ifdef CONFIG_SPL_SPI_SUPPORT
+       case QSPI_MODE_24BIT:
+       case QSPI_MODE_32BIT:
+               return BOOT_DEVICE_SPI;
 #endif
        default:
                printf("Invalid Boot Mode:0x%x\n", bootmode);