diff options
author | Gong Qianyu <Qianyu.Gong@freescale.com> | 2015-12-31 18:29:04 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-01-25 08:24:15 -0800 |
commit | ee2a4eee8f7eb3128da3b9bcd72bd1de1e04e5b0 (patch) | |
tree | 50cdb7aa8898890557e5235218c7beb43cc40718 | |
parent | a4b7d68c647a14b62e400dc4e298794a3357bdd1 (diff) | |
download | u-boot-imx-ee2a4eee8f7eb3128da3b9bcd72bd1de1e04e5b0.zip u-boot-imx-ee2a4eee8f7eb3128da3b9bcd72bd1de1e04e5b0.tar.gz u-boot-imx-ee2a4eee8f7eb3128da3b9bcd72bd1de1e04e5b0.tar.bz2 |
armv8/ls1043aqds: enable qixis_reset command to boot from NAND/SD
Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com>
Reviewed-by: York Sun <york.sun@nxp.com>
-rw-r--r-- | include/configs/ls1043aqds.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h index 04b215c..12e845f 100644 --- a/include/configs/ls1043aqds.h +++ b/include/configs/ls1043aqds.h @@ -212,6 +212,10 @@ unsigned long get_board_ddr_clk(void); #define QIXIS_LBMAP_SHIFT 0 #define QIXIS_LBMAP_DFLTBANK 0x00 #define QIXIS_LBMAP_ALTBANK 0x04 +#define QIXIS_LBMAP_NAND 0x09 +#define QIXIS_LBMAP_SD 0x00 +#define QIXIS_RCW_SRC_NAND 0x106 +#define QIXIS_RCW_SRC_SD 0x040 #define QIXIS_RST_CTL_RESET 0x41 #define QIXIS_RCFG_CTL_RECONFIG_IDLE 0x20 #define QIXIS_RCFG_CTL_RECONFIG_START 0x21 |