提交 39c56f55 编写于 作者: M Michal Simek

zynqmp: Add support for EMMC bootmode

Add support for EMMC bootmode.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 16247d28
......@@ -45,7 +45,8 @@ struct iou_scntr {
/* Bootmode setting values */
#define BOOT_MODES_MASK 0x0000000F
#define SD_MODE 0x00000005
#define SD_MODE 0x00000003
#define EMMC_MODE 0x00000006
#define JTAG_MODE 0x00000000
#define ZYNQMP_RPU_BASEADDR 0xFF9A0000
......
......@@ -83,6 +83,7 @@ int board_late_init(void)
switch (bootmode) {
case SD_MODE:
case EMMC_MODE:
setenv("modeboot", "sdboot");
break;
default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册