diff options
author | Tom Rini <trini@konsulko.com> | 2016-01-13 18:27:40 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-01-13 21:05:17 -0500 |
commit | 20d08f59fa7cdde0da1eb7aca7915c91dbdeaf51 (patch) | |
tree | f1cefba44b166b5f698d2b9aa8ec988a369c8e15 /include/configs | |
parent | 774da4b9aadeea4d6973a16debc02a6801ff9344 (diff) | |
parent | fc82edd8440721aadf3bfc784f29a513ad7680be (diff) | |
download | talos-obmc-uboot-20d08f59fa7cdde0da1eb7aca7915c91dbdeaf51.tar.gz talos-obmc-uboot-20d08f59fa7cdde0da1eb7aca7915c91dbdeaf51.zip |
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/socfpga_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index a09e906a6b..8de0ab9046 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 |