From: Shengzhou Liu Date: Wed, 21 May 2014 05:26:17 +0000 (+0800) Subject: board/t2080qds: enable sst and eon spi flash for nor boot X-Git-Tag: v2014.10-rc1~40^2~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=09c2046ff651a0d47bb2834d775991ba2c607130;p=u-boot 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 Reviewed-by: York Sun --- diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index 59d142e97e..9b81ff70eb 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