]> git.sur5r.net Git - u-boot/commitdiff
MPC8610HPCD: Drop -O2 from the build flags
authorKumar Gala <galak@kernel.crashing.org>
Wed, 30 Apr 2008 21:24:35 +0000 (16:24 -0500)
committerWolfgang Denk <wd@denx.de>
Sat, 3 May 2008 18:49:10 +0000 (20:49 +0200)
Make the flags use -Os like all other boards

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
board/freescale/mpc8610hpcd/config.mk

index 64ac4dcd720525e13880d8f4621272eadd874ebd..99e7bd4797ed390882978c58c527ee25f76351ad 100644 (file)
@@ -22,4 +22,4 @@
 TEXT_BASE = 0xfff00000
 
 PLATFORM_CPPFLAGS += -DCONFIG_MPC86xx=1
-PLATFORM_CPPFLAGS += -DCONFIG_MPC8610=1 -maltivec -mabi=altivec -msoft-float -O2
+PLATFORM_CPPFLAGS += -DCONFIG_MPC8610=1 -maltivec -mabi=altivec -msoft-float