summaryrefslogtreecommitdiffstats
path: root/include/configs/am43xx_evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-04-17 17:40:15 -0400
committerTom Rini <trini@ti.com>2014-04-17 17:40:15 -0400
commit2e8f5dc16ad360cc15ea402a1dc4d421a04adbbd (patch)
tree374b38519f3a7e68f30eb548209787519d353e72 /include/configs/am43xx_evm.h
parent893b92f86f7f752480e7291023abf26da3f88ba8 (diff)
downloadblackbird-obmc-uboot-2e8f5dc16ad360cc15ea402a1dc4d421a04adbbd.tar.gz
blackbird-obmc-uboot-2e8f5dc16ad360cc15ea402a1dc4d421a04adbbd.zip
am43xx_evm: Drop SPI SPL
QSPI booting on this board does not use SPL, so drop SPI-SPL related options. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/am43xx_evm.h')
-rw-r--r--include/configs/am43xx_evm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h
index 4e56ffce7a..d5e6c4b0dc 100644
--- a/include/configs/am43xx_evm.h
+++ b/include/configs/am43xx_evm.h
@@ -98,14 +98,6 @@
#define CONFIG_SF_DEFAULT_SPEED 48000000
#define CONFIG_DEFAULT_SPI_MODE SPI_MODE_3
-/* SPI SPL */
-#define CONFIG_SPL_SPI_SUPPORT
-#define CONFIG_SPL_SPI_LOAD
-#define CONFIG_SPL_SPI_FLASH_SUPPORT
-#define CONFIG_SPL_SPI_BUS 0
-#define CONFIG_SPL_SPI_CS 0
-#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x20000
-
/* Enhance our eMMC support / experience. */
#define CONFIG_CMD_GPT
#define CONFIG_EFI_PARTITION
OpenPOWER on IntegriCloud