image: support 'powerpc' for mkimage architecture
Currently, the -A option of mkimage is determined based on $(SRCARCH).

I want to rename arch/ppc/ to arch/powerpc/.

Support 'powerpc' for the -A option of mkimage beforehand, otherwise
the barebox.uimage build would be broken.

common/image.c in U-Boot supports both 'powerpc' and 'ppc' for the
name of IH_ARCH_PPC. Let's do likewise in barebox.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 1fa5a76 commit 2665fd16d0aa0f19602585de8d865a52a0cdf12a
@Masahiro Yamada Masahiro Yamada authored on 29 Apr 2020
Sascha Hauer committed on 4 May 2020
Showing 1 changed file
View
common/image.c