Re: [PATCH v1 5/5] colibri_imx6: enable relocation of fdt and initrd

2020-02-05 Thread Oleksandr Suvorov
On Tue, Feb 4, 2020 at 10:52 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Remove 'fdt_high' and 'initrd_high' environment variables (set to 0x) > from default environment which prevents relocation of FDT and initrd. > Rely on 'bootm_size' value instead to safely relocate kernel,

Re: [PATCH v1 5/5] colibri_imx6: enable relocation of fdt and initrd

2020-02-05 Thread Oleksandr Suvorov
On Tue, Feb 4, 2020 at 10:52 PM Igor Opaniuk wrote: > > From: Igor Opaniuk > > Remove 'fdt_high' and 'initrd_high' environment variables (set to 0x) > from default environment which prevents relocation of FDT and initrd. > Rely on 'bootm_size' value instead to safely relocate kernel,

[PATCH v1 5/5] colibri_imx6: enable relocation of fdt and initrd

2020-02-04 Thread Igor Opaniuk
From: Igor Opaniuk Remove 'fdt_high' and 'initrd_high' environment variables (set to 0x) from default environment which prevents relocation of FDT and initrd. Rely on 'bootm_size' value instead to safely relocate kernel, device tree and initrd. Signed-off-by: Igor Opaniuk ---