Michal Simek | 5da048a | 2007-03-27 00:32:16 +0200 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2007 Michal Simek |
| 3 | # |
| 4 | # Michal SIMEK <monstr@monstr.eu> |
| 5 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 6 | # SPDX-License-Identifier: GPL-2.0+ |
Michal Simek | 76316a3 | 2007-03-11 13:42:58 +0100 | [diff] [blame] | 7 | # |
Stephan Linz | 2063788 | 2012-02-25 00:48:33 +0000 | [diff] [blame] | 8 | # CAUTION: This file is a faked configuration !!! |
| 9 | # There is no real target for the microblaze-generic |
| 10 | # configuration. You have to replace this file with |
| 11 | # the generated file from your Xilinx design flow. |
Michal Simek | 76316a3 | 2007-03-11 13:42:58 +0100 | [diff] [blame] | 12 | # |
Michal Simek | 76316a3 | 2007-03-11 13:42:58 +0100 | [diff] [blame] | 13 | |
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 14 | CONFIG_SYS_TEXT_BASE = 0x29000000 |
Michal Simek | 76316a3 | 2007-03-11 13:42:58 +0100 | [diff] [blame] | 15 | |
| 16 | PLATFORM_CPPFLAGS += -mno-xl-soft-mul |
| 17 | PLATFORM_CPPFLAGS += -mno-xl-soft-div |
| 18 | PLATFORM_CPPFLAGS += -mxl-barrel-shift |