aboutsummaryrefslogtreecommitdiff
path: root/microblaze_config.mk
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2008-03-28 11:58:45 +0100
committerMichal Simek <monstr@monstr.eu>2008-04-08 15:38:15 +0200
commit62032deb7214c6d9b4396297e2aaa559bc2f8495 (patch)
tree86983f991e77248bf28a3269fa4dcdbd3dfb0b43 /microblaze_config.mk
parentcf5c679ca04a6b54bf53a55b8b9c29335b387287 (diff)
microblaze: clean microblaze_config.mk
FLAGS are generated by U-BOOT generator. Board specific FLAGS are in board directory Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'microblaze_config.mk')
-rw-r--r--microblaze_config.mk16
1 files changed, 3 insertions, 13 deletions
diff --git a/microblaze_config.mk b/microblaze_config.mk
index 06ddefa4c..e44c79e05 100644
--- a/microblaze_config.mk
+++ b/microblaze_config.mk
@@ -1,6 +1,8 @@
#
-# (C) Copyright 2004 Atmark Techno, Inc.
+# (C) Copyright 2007-2008 Michal Simek
+# Michal SIMEK <monstr@monstr.eu>
#
+# (C) Copyright 2004 Atmark Techno, Inc.
# Yasushi SHOJI <yashi@atmark-techno.com>
#
# See file CREDITS for list of people who contributed to this
@@ -23,15 +25,3 @@
#
PLATFORM_CPPFLAGS += -ffixed-r31 -D__microblaze__
-
-ifdef CONFIG_MICROBLAZE_HARD_MULT
-PLATFORM_CPPFLAGS += -mno-xl-soft-mul
-endif
-
-ifdef CONFIG_MICROBLAZE_HARD_DIV
-PLATFORM_CPPFLAGS += -mno-xl-soft-div
-endif
-
-ifdef CONFIG_MICROBLAZE_HARD_BARREL
-PLATFORM_CPPFLAGS += -mxl-barrel-shift
-endif