From 2fbdb02b11ded2619a0ad023910f8160ead5c48a Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 8 Oct 2010 00:03:47 +0800 Subject: image: rename IH_CPU to IH_ARCH to be more concistant Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- scripts/mkimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/mkimage.c b/scripts/mkimage.c index fcecfc89e6..aac722008f 100644 --- a/scripts/mkimage.c +++ b/scripts/mkimage.c @@ -56,7 +56,7 @@ int lflag = 0; int vflag = 0; int xflag = 0; int opt_os = IH_OS_LINUX; -int opt_arch = IH_CPU_PPC; +int opt_arch = IH_ARCH_PPC; int opt_type = IH_TYPE_KERNEL; int opt_comp = IH_COMP_GZIP; -- cgit v1.2.3