From: Kumar Gala Date: Wed, 30 Apr 2008 21:24:35 +0000 (-0500) Subject: MPC8610HPCD: Drop -O2 from the build flags X-Git-Tag: v1.3.3-rc3~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4d77f5102dfeaa36cd58d9a9f083bd2cc491526f;p=oweals%2Fu-boot.git MPC8610HPCD: Drop -O2 from the build flags Make the flags use -Os like all other boards Signed-off-by: Kumar Gala --- diff --git a/board/freescale/mpc8610hpcd/config.mk b/board/freescale/mpc8610hpcd/config.mk index 64ac4dcd72..99e7bd4797 100644 --- a/board/freescale/mpc8610hpcd/config.mk +++ b/board/freescale/mpc8610hpcd/config.mk @@ -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