If we are modifying the device tree to perform a Xen boot we need a
larger device tree then the default fdt resize command gives us.
To avoid having to resize it multiple times increase the fdt resize
size.
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
"nandboot=nand info && nand read $fdt_addr $fdt_offset $fdt_size && " \
"nand read $kernel_addr $kernel_offset $kernel_size && " \
"booti $kernel_addr - $fdt_addr\0" \
- "xen_prepare_dt=fdt addr $fdt_addr && fdt resize && " \
+ "xen_prepare_dt=fdt addr $fdt_addr && fdt resize 128 && " \
"fdt set /chosen \\\\#address-cells <1> && " \
"fdt set /chosen \\\\#size-cells <1> && " \
"fdt mknod /chosen dom0 && " \