Skip to content

Commit

Permalink
microblaze: clean microblaze_config.mk
Browse files Browse the repository at this point in the history
FLAGS are generated by U-BOOT generator.
Board specific FLAGS are in board directory

Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
michalsimek committed Apr 8, 2008
1 parent cf5c679 commit 62032de
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions microblaze_config.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
# (C) Copyright 2004 Atmark Techno, Inc.
# (C) Copyright 2007-2008 Michal Simek
# Michal SIMEK <[email protected]>
#
# (C) Copyright 2004 Atmark Techno, Inc.
# Yasushi SHOJI <[email protected]>
#
# See file CREDITS for list of people who contributed to this
Expand All @@ -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

0 comments on commit 62032de

Please sign in to comment.