mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-19 04:41:32 +00:00
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>
This commit is contained in:
parent
1155d8d853
commit
09c2046ff6
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ unsigned long get_board_ddr_clk(void);
|
||||||
#ifdef CONFIG_SPI_FLASH
|
#ifdef CONFIG_SPI_FLASH
|
||||||
#define CONFIG_FSL_ESPI
|
#define CONFIG_FSL_ESPI
|
||||||
#define CONFIG_SPI_FLASH_STMICRO
|
#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_SST
|
||||||
#define CONFIG_SPI_FLASH_EON
|
#define CONFIG_SPI_FLASH_EON
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue