From 908127eb3bb23baf27e6e7cfbb2885c26aa295e6 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 22 Jan 2016 12:21:19 +0100 Subject: [PATCH] ARM64: zynqmp: Resize fdt to prepare for DT changes It is good to resize fdt before it is changed to ensure that there is enough space for changes which veloce command does. Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index eb6de6ffd5e..b5a21709041 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -190,7 +190,7 @@ 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 && " \ + "veloce=fdt addr f000000 && fdt resize" \ "fdt set /amba/misc_clk clock-frequency <48000> && "\ "fdt set /timer clock-frequency <240000> && " \ "fdt set /amba/i2c_clk clock-frequency <240000> && " \ -- 2.47.3