Re: [PATCH] ARM: decompressor: fix a wrong comment

2014-11-27 Thread Nicolas Pitre
On Fri, 28 Nov 2014, Masahiro Yamada wrote: > This comment does not correspond to the actual code. > > When zImage is loaded at a lower *OR* higher address of > the destination of Image, it won't overwrite itself. > > Signed-off-by: Masahiro Yamada Acked-by: Nicolas Pitre > --- > > arch/a

[PATCH] ARM: decompressor: fix a wrong comment

2014-11-27 Thread Masahiro Yamada
This comment does not correspond to the actual code. When zImage is loaded at a lower *OR* higher address of the destination of Image, it won't overwrite itself. Signed-off-by: Masahiro Yamada --- arch/arm/boot/compressed/head.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git