Skip to content
Snippets Groups Projects
Commit 4d77f510 authored by Kumar Gala's avatar Kumar Gala Committed by Wolfgang Denk
Browse files

MPC8610HPCD: Drop -O2 from the build flags


Make the flags use -Os like all other boards

Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 56bb37e4
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment