diff options
author | Shengzhou Liu <Shengzhou.Liu@freescale.com> | 2014-05-21 05:26:17 (GMT) |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-07-22 23:25:54 (GMT) |
commit | 09c2046ff651a0d47bb2834d775991ba2c607130 (patch) | |
tree | 19a7adb740595088945212b115d0f9b8b8dc1c1b /include/configs/T208xQDS.h | |
parent | 1155d8d853ff8639062651a903ae3062f483dc70 (diff) | |
download | u-boot-fsl-qoriq-09c2046ff651a0d47bb2834d775991ba2c607130.tar.xz |
board/t2080qds: enable sst and eon spi flash for nor boot
Remove unnecessary condition CONFIG_RAMBOOT_PBL to
have SST and EON SPI flash work in case of NOR boot.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/T208xQDS.h')
-rw-r--r-- | include/configs/T208xQDS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index 59d142e..9b81ff7 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -537,7 +537,7 @@ unsigned long get_board_ddr_clk(void); #ifdef CONFIG_SPI_FLASH #define CONFIG_FSL_ESPI #define CONFIG_SPI_FLASH_STMICRO -#if !defined(CONFIG_SPL_BUILD) && defined(CONFIG_RAMBOOT_PBL) +#ifndef CONFIG_SPL_BUILD #define CONFIG_SPI_FLASH_SST #define CONFIG_SPI_FLASH_EON #endif |