From fc82edd8440721aadf3bfc784f29a513ad7680be Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Fri, 8 Jan 2016 03:00:48 +1000 Subject: arm: socfpga: Enable SPL_DM_SEQ_ALIAS for all SOCFPGA configs This feature is required in SPL to enable support for loading from SPI flash. Also clean up the #define in socfpga_common.h. Signed-off-by: Nathan Rossi Reviewed-by: Stefan Roese Acked: Marek Vasut Cc: Dinh Nguyen Cc: Chin-Liang See Cc: Marek Vasut Cc: Stefan Roese Signed-off-by: Michal Simek --- include/configs/socfpga_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/socfpga_common.h') diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index a09e906..8de0ab9 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -370,7 +370,6 @@ unsigned int cm_get_qspi_controller_clk_hz(void); /* SPL QSPI boot support */ #ifdef CONFIG_SPL_SPI_SUPPORT -#define CONFIG_DM_SEQ_ALIAS 1 #define CONFIG_SPL_SPI_FLASH_SUPPORT #define CONFIG_SPL_SPI_LOAD #define CONFIG_SYS_SPI_U_BOOT_OFFS 0x40000 -- cgit v1.1