mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
ARM64: zynqmp: Add USB boot mode
Add USB boot mode. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
8ed31f369a
commit
3373a52283
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ struct iou_scntr_secure {
|
|||
#define SD_MODE1 0x00000005 /* sd 1 */
|
||||
#define NAND_MODE 0x00000004
|
||||
#define EMMC_MODE 0x00000006
|
||||
#define USB_MODE 0x00000007
|
||||
#define JTAG_MODE 0x00000000
|
||||
#define BOOT_MODE_USE_ALT 0x100
|
||||
#define BOOT_MODE_ALT_SHIFT 12
|
||||
|
|
Loading…
Reference in a new issue