]> git.sur5r.net Git - u-boot/blobdiff - include/configs/socfpga_common.h
spl: spi: Move CONFIG_SPL_SPI_LOAD to Kconfig
[u-boot] / include / configs / socfpga_common.h
index 6644ef66c12ad1d1c6b8ad694000b76343a42dd7..6580ffca2549d408237ec8d953c6924ce3db59e7 100644 (file)
@@ -12,7 +12,6 @@
 /*
  * High level configuration
  */
-#define CONFIG_DISPLAY_BOARDINFO_LATE
 #define CONFIG_CLOCKS
 
 #define CONFIG_SYS_BOOTMAPSZ           (64 * 1024 * 1024)
@@ -192,7 +191,6 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
 #define CONFIG_SYS_NS16550_COM1        SOCFPGA_UART1_ADDRESS
 #define CONFIG_SYS_NS16550_CLK         50000000
 #endif
-#define CONFIG_CONS_INDEX              1
 
 /*
  * USB
@@ -271,7 +269,6 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
 
 /* SPL QSPI boot support */
 #ifdef CONFIG_SPL_SPI_SUPPORT
-#define CONFIG_SPL_SPI_LOAD
 #define CONFIG_SYS_SPI_U_BOOT_OFFS     0x40000
 #endif