Re: [PATCH 1/2] ARM: remove bzImage target

2016-02-08 Thread Russell King - ARM Linux
On Mon, Feb 08, 2016 at 02:04:58PM +0900, Masahiro Yamada wrote: > bzImage has been just an alias for zImage for more than a decade. > It would not hurt to delete it. NAK. bzImage exists for compatibility with build scripts, removing it is likely to break people's scripts. It does no harm to kee

[PATCH 1/2] ARM: remove bzImage target

2016-02-07 Thread Masahiro Yamada
bzImage has been just an alias for zImage for more than a decade. It would not hurt to delete it. Signed-off-by: Masahiro Yamada --- arch/arm/Makefile | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 46fb1ca..d6d453f 100644 ---