]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/device/c661x/tiboot_c661x.h
First version working on 6608 EVM over SPI boot
[keystone-rtos/ibl.git] / src / device / c661x / tiboot_c661x.h
index 09492b8b9c906a1144d631fa5abc3182ebf563c1..bdf6e8534537b832b332078a0ded2006783b4add 100644 (file)
@@ -915,6 +915,10 @@ typedef struct bootEmif4Tbl_s  {
 #define TIBOOT_ERR_HIBERNATION_ADDR_MISALIGNED  -2
 #define TIBOOT_ERR_HIBERNATION_ADDR_INVALID     -3
 
+/* Boot mode values */
+#define BOOT_MODE_I2C               40
+#define BOOT_MODE_SPI               50
+
 
 
 #endif  /* __TIBOOT_H__ */