Re: [PATCH] board: rpi: always set fdt_addr if provided by firmware

2021-09-27 Thread Oleksandr Suvorov
Hello Matthias, On Mon, Sep 27, 2021 at 3:01 PM Matthias Brugger wrote: > > Hi Oleksandr, > > Thanks for your patch. > > There was the very same patch posted already, please follow-up in that thread > for any comments from your side: > https://patchwork.ozlabs.org/project/uboot/patch/202105121239

Re: [PATCH] board: rpi: always set fdt_addr if provided by firmware

2021-09-27 Thread Matthias Brugger
Hi Oleksandr, Thanks for your patch. There was the very same patch posted already, please follow-up in that thread for any comments from your side: https://patchwork.ozlabs.org/project/uboot/patch/20210512123945.25649-1-m.salv...@koansoftware.com/ Regards, Matthias On 25/09/2021 12:22, Oleks

[PATCH] board: rpi: always set fdt_addr if provided by firmware

2021-09-25 Thread Oleksandr Suvorov
From: Ricardo Salveti Otherwise if the env gets saved with an incorrect or different fdt_addr (by moving sdcard between different rpi versions), it won't be able to boot with the correct address. This allows fdt_addr to always be in sync with what gets set by the firmware. Signed-off-by: Ricard