diff options
author | Gong Qianyu <Qianyu.Gong@freescale.com> | 2015-12-31 18:29:03 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-01-25 08:24:15 -0800 |
commit | a4b7d68c647a14b62e400dc4e298794a3357bdd1 (patch) | |
tree | 01f208a037e3d35fe64c0024006420369be7e0f0 /include/configs | |
parent | 98d9aa4013d9ad4df199297e79d955f55bd6eead (diff) | |
download | u-boot-imx-a4b7d68c647a14b62e400dc4e298794a3357bdd1.zip u-boot-imx-a4b7d68c647a14b62e400dc4e298794a3357bdd1.tar.gz u-boot-imx-a4b7d68c647a14b62e400dc4e298794a3357bdd1.tar.bz2 |
armv8/ls1043aqds: fix qixis_reset command issue
Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ls1043aqds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h index 02247b3..04b215c 100644 --- a/include/configs/ls1043aqds.h +++ b/include/configs/ls1043aqds.h @@ -212,7 +212,7 @@ unsigned long get_board_ddr_clk(void); #define QIXIS_LBMAP_SHIFT 0 #define QIXIS_LBMAP_DFLTBANK 0x00 #define QIXIS_LBMAP_ALTBANK 0x04 -#define QIXIS_RST_CTL_RESET 0x44 +#define QIXIS_RST_CTL_RESET 0x41 #define QIXIS_RCFG_CTL_RECONFIG_IDLE 0x20 #define QIXIS_RCFG_CTL_RECONFIG_START 0x21 #define QIXIS_RCFG_CTL_WATCHDOG_ENBLE 0x08 |