[PATCH] mx6cuboxi: don't disable fdt relocation

2020-03-10 Thread sbabic
> fdt_high value of 0x disables fdt relocation on boot. We don't > need that for Cubox-i/Hummingboard. Rely on generic code to find the > optimal fdt location at boot time. > Signed-off-by: Baruch Siach Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

Re: [PATCH] mx6cuboxi: don't disable fdt relocation

2020-02-04 Thread Tom Rini
On Tue, Feb 04, 2020 at 09:17:07PM -0300, Fabio Estevam wrote: > Hi Baruch, > > On Tue, Feb 4, 2020 at 1:57 PM Baruch Siach wrote: > > > > fdt_high value of 0x disables fdt relocation on boot. We don't > > need that for Cubox-i/Hummingboard. Rely on generic code to find the > > optimal

Re: [PATCH] mx6cuboxi: don't disable fdt relocation

2020-02-04 Thread Fabio Estevam
Hi Baruch, On Tue, Feb 4, 2020 at 1:57 PM Baruch Siach wrote: > > fdt_high value of 0x disables fdt relocation on boot. We don't > need that for Cubox-i/Hummingboard. Rely on generic code to find the > optimal fdt location at boot time. > > Signed-off-by: Baruch Siach > --- >

[PATCH] mx6cuboxi: don't disable fdt relocation

2020-02-04 Thread Baruch Siach
fdt_high value of 0x disables fdt relocation on boot. We don't need that for Cubox-i/Hummingboard. Rely on generic code to find the optimal fdt location at boot time. Signed-off-by: Baruch Siach --- include/configs/mx6cuboxi.h | 1 - 1 file changed, 1 deletion(-) diff --git