From: Michal Simek Date: Wed, 20 Jan 2016 15:55:22 +0000 (+0100) Subject: ARM64: zynqmp: Add sataboot command X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce357e2659cf6ad4fc3ae3c19610f5cb5f0a18a3;p=thirdparty%2Fu-boot.git ARM64: zynqmp: Add sataboot command Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index b075095911d..eb6de6ffd5e 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -189,6 +189,7 @@ "sdbootdev=0\0"\ CONFIG_KERNEL_FDT_OFST_SIZE \ "sata_root=if test $scsidevs -gt 0; then setenv bootargs $bootargs root=/dev/sda rw rootfstype=ext4; fi\0" \ + "sataboot=load scsi 0 80000 boot/Image && load scsi 0 $fdt_addr boot/system.dtb && booti 80000 - $fdt_addr\0" \ "veloce=fdt addr f000000 && " \ "fdt set /amba/misc_clk clock-frequency <48000> && "\ "fdt set /timer clock-frequency <240000> && " \