|
@@ -64,7 +64,10 @@ struct iou_scntr_secure {
|
|
|
|
|
|
/* Bootmode setting values */
|
|
|
#define BOOT_MODES_MASK 0x0000000F
|
|
|
+#define QSPI_MODE_24BIT 0x00000001
|
|
|
+#define QSPI_MODE_32BIT 0x00000002
|
|
|
#define SD_MODE 0x00000003
|
|
|
+#define NAND_MODE 0x00000004
|
|
|
#define EMMC_MODE 0x00000006
|
|
|
#define JTAG_MODE 0x00000000
|
|
|
|