From: Yuan Yao Date: Tue, 11 Oct 2016 04:13:40 +0000 (+0800) Subject: configs: ls2080ardb: Enable DSPI flash support X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=21640db51b905aa9bee75a01ca89446ce4795ff1;p=project%2Fbcm63xx%2Fu-boot.git configs: ls2080ardb: Enable DSPI flash support There is the stmicro DSPI flash on LS12080ARDB. Enable DSPI flash related configure options. Signed-off-by: Yuan Yao Reviewed-by: York Sun --- diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h index 32fa0eb3ee..31df781934 100644 --- 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 /*