diff options
author | Markus Klotzbücher <Markus Klotzbümk@pollux.(none)> | 2006-02-28 22:51:01 +0100 |
---|---|---|
committer | Markus Klotzbücher <mk@pollux.(none)> | 2006-02-28 22:51:01 +0100 |
commit | 00c35bd2140f02111612771ca9c53dc8b58205eb (patch) | |
tree | 58a8111a4f8c0539d34953483dc795e4d90ba2e6 /cpu/pxa | |
parent | 6949328d7df7a98b88a8edc0f7238687a3083a22 (diff) | |
download | u-boot-imx-00c35bd2140f02111612771ca9c53dc8b58205eb.zip u-boot-imx-00c35bd2140f02111612771ca9c53dc8b58205eb.tar.gz u-boot-imx-00c35bd2140f02111612771ca9c53dc8b58205eb.tar.bz2 |
Added GPIO initialization of DF signal. Still not working.
Diffstat (limited to 'cpu/pxa')
-rw-r--r-- | cpu/pxa/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/pxa/config.mk b/cpu/pxa/config.mk index fb810ca..f30a1fe 100644 --- a/cpu/pxa/config.mk +++ b/cpu/pxa/config.mk @@ -33,4 +33,5 @@ PLATFORM_CPPFLAGS += -march=armv5 -mtune=xscale # # ======================================================================== PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) +# for gcc-3x: PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32) PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) |