mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-11 05:02:26 -04:00
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>
This commit is contained in:
parent
cf5c679ca0
commit
62032deb72
@ -1,6 +1,8 @@
|
|||||||
#
|
#
|
||||||
|
# (C) Copyright 2007-2008 Michal Simek
|
||||||
|
# Michal SIMEK <monstr@monstr.eu>
|
||||||
|
#
|
||||||
# (C) Copyright 2004 Atmark Techno, Inc.
|
# (C) Copyright 2004 Atmark Techno, Inc.
|
||||||
#
|
|
||||||
# Yasushi SHOJI <yashi@atmark-techno.com>
|
# Yasushi SHOJI <yashi@atmark-techno.com>
|
||||||
#
|
#
|
||||||
# See file CREDITS for list of people who contributed to this
|
# See file CREDITS for list of people who contributed to this
|
||||||
@ -23,15 +25,3 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PLATFORM_CPPFLAGS += -ffixed-r31 -D__microblaze__
|
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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user