Re: [PATCH] ARM: uncompress: Fix dbgadtb size parameter name

2020-12-04 Thread Geert Uytterhoeven
Hi Linus, On Fri, Dec 4, 2020 at 9:08 AM Linus Walleij wrote: > On Wed, Nov 18, 2020 at 8:13 PM Geert Uytterhoeven > wrote: > > The dbgadtb macro is passed the size of the appended DTB, not the end > > address. > > > > Fixes: c03e41470e901123 ("ARM: 9010/1: uncompress: Print the location of > >

Re: [PATCH] ARM: uncompress: Fix dbgadtb size parameter name

2020-12-04 Thread Linus Walleij
On Wed, Nov 18, 2020 at 8:13 PM Geert Uytterhoeven wrote: > The dbgadtb macro is passed the size of the appended DTB, not the end > address. > > Fixes: c03e41470e901123 ("ARM: 9010/1: uncompress: Print the location of > appended DTB") > Signed-off-by: Geert Uytterhoeven Reviewed-by: Linus Wall