Re: [U-Boot] Avoiding overwriting FDT from FIT image

2016-07-12 Thread Simon Glass
+Masahiro On 21 June 2016 at 17:30, Chris Packham wrote: > Hi, > > We have several boards making use of FIT images for the kernel/initrd/fdt. > > With v2015.04 we can successfully boot our application image. With > v2016.05 we run into a problem where the FDT is overwritten when the > ramdisk is

[U-Boot] Avoiding overwriting FDT from FIT image

2016-06-21 Thread Chris Packham
Hi, We have several boards making use of FIT images for the kernel/initrd/fdt. With v2015.04 we can successfully boot our application image. With v2016.05 we run into a problem where the FDT is overwritten when the ramdisk is relocated. Here's a snippet of boot output that illustrates the proble