|
@@ -218,6 +218,13 @@
|
|
|
#define CONFIG_SPL_NET_SUPPORT
|
|
|
#define CONFIG_SPL_NET_VCI_STRING "AM335x U-Boot SPL"
|
|
|
#define CONFIG_SPL_ETH_SUPPORT
|
|
|
+#define CONFIG_SPL_SPI_SUPPORT
|
|
|
+#define CONFIG_SPL_SPI_FLASH_SUPPORT
|
|
|
+#define CONFIG_SPL_SPI_LOAD
|
|
|
+#define CONFIG_SPL_SPI_BUS 0
|
|
|
+#define CONFIG_SPL_SPI_CS 0
|
|
|
+#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x20000
|
|
|
+#define CONFIG_SYS_SPI_U_BOOT_SIZE 0x40000
|
|
|
#define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/omap-common/u-boot-spl.lds"
|
|
|
|
|
|
/*
|