projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1155d8d
)
board/t2080qds: enable sst and eon spi flash for nor boot
author
Shengzhou Liu
<Shengzhou.Liu@freescale.com>
Wed, 21 May 2014 05:26:17 +0000
(13:26 +0800)
committer
York Sun
<yorksun@freescale.com>
Tue, 22 Jul 2014 23:25:54 +0000
(16:25 -0700)
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>
include/configs/T208xQDS.h
patch
|
blob
|
history
diff --git
a/include/configs/T208xQDS.h
b/include/configs/T208xQDS.h
index 59d142e97e7954899f65c9948d59efb72d64f3f9..9b81ff70eb09f424c1afd2b8264e478e75db16db 100644
(file)
--- 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)
+#if
ndef CONFIG_SPL_BUILD
#define CONFIG_SPI_FLASH_SST
#define CONFIG_SPI_FLASH_EON
#endif