X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=microblaze_config.mk;h=e44c79e05a82e2927a1b98b1659f9c98cc3c098b;hb=2141ece5c1acf45d78daa580d56d47d1594c28bc;hp=06ddefa4cee0ea7e8aae0d95df26042abed9b730;hpb=25b0806fff1f1fd24f69f6d9ef04d8345667e60b;p=karo-tx-uboot.git diff --git a/microblaze_config.mk b/microblaze_config.mk index 06ddefa4ce..e44c79e05a 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 # +# (C) Copyright 2004 Atmark Techno, Inc. # Yasushi SHOJI # # 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