u-boot's pxe client uses this together with $fdtfile in its local environment
to automatically load the fdt when pxe booting.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
END
}
+ my $dtbs = "fdtdir /$d_i/dtbs"
+ if -e "$ho->{Tftp}{Path}/$d_i/dtbs";
+
file_simple_write_contents("$initrd_overlay.cpio", sub {
contents_make_cpio($_[0], 'newc', "$initrd_overlay.d");
});
kernel $kernel
append $installcmdline
ipappend $ipappend
+ $dtbs
default overwrite
END
}