summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-04-30 16:24:35 -0500
committerWolfgang Denk <wd@denx.de>2008-05-03 20:49:10 +0200
commit4d77f5102dfeaa36cd58d9a9f083bd2cc491526f (patch)
tree89aea7ac527cadc141b9534d250c3a594a4db3fd /board
parent56bb37e4b92b690d76026133f26cb7a640c8d5bb (diff)
downloadtalos-obmc-uboot-4d77f5102dfeaa36cd58d9a9f083bd2cc491526f.tar.gz
talos-obmc-uboot-4d77f5102dfeaa36cd58d9a9f083bd2cc491526f.zip
MPC8610HPCD: Drop -O2 from the build flags
Make the flags use -Os like all other boards Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/mpc8610hpcd/config.mk2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud