diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-02-04 19:26:55 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-02-04 19:26:55 -0500 |
commit | 0003613e3c7df3b84b2cb92e797d77f46f15a43a (patch) | |
tree | e500a8719bfa47f806a3e5d6693a05f9f44c20c5 /cpu/bf537 | |
parent | 60fa72d65610c7ef33e1d6db858979d05ff0df58 (diff) | |
download | u-boot-imx-0003613e3c7df3b84b2cb92e797d77f46f15a43a.zip u-boot-imx-0003613e3c7df3b84b2cb92e797d77f46f15a43a.tar.gz u-boot-imx-0003613e3c7df3b84b2cb92e797d77f46f15a43a.tar.bz2 |
move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'cpu/bf537')
-rw-r--r-- | cpu/bf537/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/bf537/config.mk b/cpu/bf537/config.mk index 8a35789..fbbe75d 100644 --- a/cpu/bf537/config.mk +++ b/cpu/bf537/config.mk @@ -24,4 +24,4 @@ # MA 02110-1301 USA # -PLATFORM_RELFLAGS += -mcpu=bf537 -ffixed-P5 +PLATFORM_RELFLAGS += -mcpu=bf537 |