Skip to content
Snippets Groups Projects
Commit 2e8f5dc1 authored by Tom Rini's avatar Tom Rini
Browse files

am43xx_evm: Drop SPI SPL


QSPI booting on this board does not use SPL, so drop SPI-SPL related
options.

Signed-off-by: default avatarTom Rini <trini@ti.com>
parent 893b92f8
No related branches found
No related tags found
No related merge requests found
...@@ -98,14 +98,6 @@ ...@@ -98,14 +98,6 @@
#define CONFIG_SF_DEFAULT_SPEED 48000000 #define CONFIG_SF_DEFAULT_SPEED 48000000
#define CONFIG_DEFAULT_SPI_MODE SPI_MODE_3 #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. */ /* Enhance our eMMC support / experience. */
#define CONFIG_CMD_GPT #define CONFIG_CMD_GPT
#define CONFIG_EFI_PARTITION #define CONFIG_EFI_PARTITION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment