mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
xilinx: zynqmp: Set modeboot env variable in eMMC bootmode
Set environment variable modeboot to "emmcboot" in case of eMMC boot mode. Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Link: https://lore.kernel.org/r/c61231e4b8c6118862dfc82e923211637bf29991.1631688736.git.michal.simek@xilinx.com
This commit is contained in:
parent
c67fecd212
commit
5d498a12b6
1 changed files with 1 additions and 0 deletions
|
@ -672,6 +672,7 @@ int board_late_init(void)
|
|||
|
||||
mode = "mmc";
|
||||
bootseq = dev_seq(dev);
|
||||
env_set("modeboot", "emmcboot");
|
||||
break;
|
||||
case SD_MODE:
|
||||
puts("SD_MODE\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue