mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-23 04:34:27 +01:00
powerpc/t2080qds: Enable qixis commands to reboot from NAND and SD
Signed-off-by: York Sun <york.sun@nxp.com> CC: Shengzhou Liu <Shengzhou.Liu@nxp.com>
This commit is contained in:
parent
9272611e99
commit
46caebc1df
1 changed files with 4 additions and 0 deletions
|
|
@ -291,6 +291,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 0x104
|
||||
#define QIXIS_RCW_SRC_SD 0x040
|
||||
#define QIXIS_RST_CTL_RESET 0x83
|
||||
#define QIXIS_RST_FORCE_MEM 0x1
|
||||
#define QIXIS_RCFG_CTL_RECONFIG_IDLE 0x20
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue