[U-Boot] [PATCH 10/12] ls2080aqds: Enable support for boot from QSPI

york sun york.sun at nxp.com
Wed Mar 2 17:56:46 CET 2016


On 03/02/2016 02:41 AM, Yuan Yao wrote:
> From: Yuan Yao <yao.yuan at nxp.com>
> 
> Signed-off-by: Yuan Yao <yao.yuan at nxp.com>
> ---
>  include/configs/ls2080aqds.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/configs/ls2080aqds.h b/include/configs/ls2080aqds.h
> index 513a2e3..064e341 100644
> --- a/include/configs/ls2080aqds.h
> +++ b/include/configs/ls2080aqds.h
> @@ -183,11 +183,13 @@ unsigned long get_board_ddr_clk(void);
>  #define QIXIS_LBMAP_DFLTBANK		0x00
>  #define QIXIS_LBMAP_ALTBANK		0x04
>  #define QIXIS_LBMAP_NAND		0x09
> +#define QIXIS_LBMAP_QSPI		0x0f
>  #define QIXIS_RST_CTL_RESET		0x31
>  #define QIXIS_RCFG_CTL_RECONFIG_IDLE	0x20
>  #define QIXIS_RCFG_CTL_RECONFIG_START	0x21
>  #define QIXIS_RCFG_CTL_WATCHDOG_ENBLE	0x08
>  #define QIXIS_RCW_SRC_NAND		0x107
> +#define QIXIS_RCW_SRC_QSPI		0x62
>  #define	QIXIS_RST_FORCE_MEM		0x01
>  
>  #define CONFIG_SYS_CSPR3_EXT	(0x0)
> 

Why wasn't this patch squashed with the 9th patch in this set?

York



More information about the U-Boot mailing list