projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56bb37e
)
MPC8610HPCD: Drop -O2 from the build flags
author
Kumar Gala
<galak@kernel.crashing.org>
Wed, 30 Apr 2008 21:24:35 +0000
(16:24 -0500)
committer
Wolfgang 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
patch
|
blob
|
history
diff --git
a/board/freescale/mpc8610hpcd/config.mk
b/board/freescale/mpc8610hpcd/config.mk
index 64ac4dcd720525e13880d8f4621272eadd874ebd..99e7bd4797ed390882978c58c527ee25f76351ad 100644
(file)
--- 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