|
@@ -355,6 +355,10 @@
|
|
#define CONFIG_SPL_SPI_LOAD
|
|
#define CONFIG_SPL_SPI_LOAD
|
|
#define CONFIG_SPL_SPI_FLASH_SUPPORT
|
|
#define CONFIG_SPL_SPI_FLASH_SUPPORT
|
|
#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x100000
|
|
#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x100000
|
|
|
|
+#define CONFIG_SYS_SPI_ARGS_OFFS 0x200000
|
|
|
|
+#define CONFIG_SYS_SPI_ARGS_SIZE 0x80000
|
|
|
|
+#define CONFIG_SYS_SPI_KERNEL_OFFS (CONFIG_SYS_SPI_ARGS_OFFS + \
|
|
|
|
+ CONFIG_SYS_SPI_ARGS_SIZE)
|
|
#endif
|
|
#endif
|
|
|
|
|
|
/* for booting directly linux */
|
|
/* for booting directly linux */
|