Re: [PATCH 0/2] Fix OpenWrt images in current U-boot

2021-03-05 Thread Robert Marko
On Fri, Mar 5, 2021 at 4:25 AM Daniel Golle wrote: > > Hi Robert, > > On Thu, Mar 04, 2021 at 12:37:20PM +0100, Robert Marko wrote: > > U-boot will reject the nodes with @ for the address since > > commit: > > https://gitlab.denx.de/u-boot/u-boot/-/commit/79af75f7776fc20b0d7eb6afe1e27c00fdb4b9b4 >

Re: [PATCH 0/2] Fix OpenWrt images in current U-boot

2021-03-04 Thread Daniel Golle
Hi Robert, On Thu, Mar 04, 2021 at 12:37:20PM +0100, Robert Marko wrote: > U-boot will reject the nodes with @ for the address since > commit: > https://gitlab.denx.de/u-boot/u-boot/-/commit/79af75f7776fc20b0d7eb6afe1e27c00fdb4b9b4 > > This in turn will cause the failure to boot with OpenWrt > ge

[PATCH 0/2] Fix OpenWrt images in current U-boot

2021-03-04 Thread Robert Marko
U-boot will reject the nodes with @ for the address since commit: https://gitlab.denx.de/u-boot/u-boot/-/commit/79af75f7776fc20b0d7eb6afe1e27c00fdb4b9b4 This in turn will cause the failure to boot with OpenWrt generated images. So, to rectify that simply replace @ with -. Robert Marko (2): scr