From 68f49f64aab2c5c507b4bb6f2ddcd4b9c06a12e8 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Fri, 25 May 2007 13:19:17 +1000 Subject: [PATCH] --- yaml --- r: 57287 b: refs/heads/master c: 988519acb3dbe7168276a36cbb8fd91fddbffaee h: refs/heads/master i: 57285: 5435d01f66cda0282e5b17409f19d0dfdddfd61b 57283: b78d089f6199cfe786933dfccee1487866a1e91a 57279: a283285e09ba79c58d438a6c24f88fe0b1349c15 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/boot/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index caffcd435bfe..d20ac16090f4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7d43e57764fe6922703c36d8d0d56a7ead21f03d +refs/heads/master: 988519acb3dbe7168276a36cbb8fd91fddbffaee diff --git a/trunk/arch/powerpc/boot/Makefile b/trunk/arch/powerpc/boot/Makefile index 83788986b93b..378bda50b178 100644 --- a/trunk/arch/powerpc/boot/Makefile +++ b/trunk/arch/powerpc/boot/Makefile @@ -33,8 +33,8 @@ endif BOOTCFLAGS += -I$(obj) -I$(srctree)/$(obj) -$(obj)/44x.o: BOOTCFLAGS += -Wa,-mbooke -$(obj)/ebony.o: BOOTCFLAGS += -Wa,-mbooke +$(obj)/44x.o: BOOTCFLAGS += -mcpu=440 +$(obj)/ebony.o: BOOTCFLAGS += -mcpu=440 zlib := inffast.c inflate.c inftrees.c zlibheader := inffast.h inffixed.h inflate.h inftrees.h infutil.h