diff mbox

[U-Boot] configs: ls2080ardb: Enable DSPI flash support

Message ID 1476159220-23507-1-git-send-email-yao.yuan@freescale.com
State Accepted
Commit 21640db51b905aa9bee75a01ca89446ce4795ff1
Delegated to: York Sun
Headers show

Commit Message

Yao Yuan Oct. 11, 2016, 4:13 a.m. UTC
From: Yuan Yao <yao.yuan@nxp.com>

There is the stmicro DSPI flash on LS12080ARDB.
Enable DSPI flash related configure options.

Signed-off-by: Yuan Yao <yao.yuan@nxp.com>
---
 include/configs/ls2080ardb.h | 1 +
 1 file changed, 1 insertion(+)

Comments

York Sun Nov. 23, 2016, 12:50 a.m. UTC | #1
On 10/10/2016 09:26 PM, Yuan Yao wrote:
> From: Yuan Yao <yao.yuan@nxp.com>
>
> There is the stmicro DSPI flash on LS12080ARDB.
> Enable DSPI flash related configure options.
>
> Signed-off-by: Yuan Yao <yao.yuan@nxp.com>
> ---


Applied to fsl-qoriq, awaiting upstream. Thanks.

York
diff mbox

Patch

diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h
index b93e919..90e31d4 100644
--- a/include/configs/ls2080ardb.h
+++ b/include/configs/ls2080ardb.h
@@ -271,6 +271,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
 
 /*