projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
185e586
)
configs: ls2080ardb: Enable DSPI flash support
author
Yuan Yao
<yao.yuan@nxp.com>
Tue, 11 Oct 2016 04:13:40 +0000
(12:13 +0800)
committer
York Sun
<york.sun@nxp.com>
Mon, 21 Nov 2016 17:20:32 +0000
(09:20 -0800)
There is the stmicro DSPI flash on LS12080ARDB.
Enable DSPI flash related configure options.
Signed-off-by: Yuan Yao <yao.yuan@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
include/configs/ls2080ardb.h
patch
|
blob
|
history
diff --git
a/include/configs/ls2080ardb.h
b/include/configs/ls2080ardb.h
index 32fa0eb3ee383f285f0837b33f262e8fe1b4a4fd..31df78193494b0fce62f11c37ce7baadba34cde6 100644
(file)
--- a/
include/configs/ls2080ardb.h
+++ b/
include/configs/ls2080ardb.h
@@
-269,6
+269,7
@@
unsigned long get_board_sys_clk(void);
#ifdef CONFIG_FSL_DSPI
#define CONFIG_SPI_FLASH
#define CONFIG_SPI_FLASH_BAR
+#define CONFIG_SPI_FLASH_STMICRO
#endif
/*