[U-Boot] [PATCH] board/t2080qds: enable sst and eon spi flash for nor boot

21 May
2014
21 May
'14
7:26 a.m.
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 --- include/configs/T208xQDS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index 0332648..200ca4f 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -540,7 +540,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
--
1.8.0
4006
Age (days ago)
4006
Last active (days ago)
0 comments
1 participants
participants (1)
-
Shengzhou Liu