Re: [PATCH] spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLY

2022-12-09 Thread Tom Rini
On Fri, Dec 09, 2022 at 01:58:26PM +0100, Michael Nazzareno Trimarchi wrote: > Hi > > On Fri, Dec 9, 2022 at 1:55 PM Michael Nazzareno Trimarchi > wrote: > > > > Hi > > > > On Fri, Dec 9, 2022 at 1:52 PM Dai Okamura > > wrote: > > > > > > This fixes the header offset calculation. > > > > > > Th

Re: [PATCH] spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLY

2022-12-09 Thread Michael Nazzareno Trimarchi
Hi On Fri, Dec 9, 2022 at 1:55 PM Michael Nazzareno Trimarchi wrote: > > Hi > > On Fri, Dec 9, 2022 at 1:52 PM Dai Okamura wrote: > > > > This fixes the header offset calculation. > > > > This issue was found on uniphier v7 SoCs with SPL. > > > > Fixes: 06377c5a1f ("spl: spl_legacy: Fix NAND boo

Re: [PATCH] spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLY

2022-12-09 Thread Michael Nazzareno Trimarchi
Hi On Fri, Dec 9, 2022 at 1:52 PM Dai Okamura wrote: > > This fixes the header offset calculation. > > This issue was found on uniphier v7 SoCs with SPL. > > Fixes: 06377c5a1f ("spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard") > Signed-off-by: Dai Okamura > --- > common/spl/spl_legacy.c |

[PATCH] spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLY

2022-12-09 Thread Dai Okamura
This fixes the header offset calculation. This issue was found on uniphier v7 SoCs with SPL. Fixes: 06377c5a1f ("spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard") Signed-off-by: Dai Okamura --- common/spl/spl_legacy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c