summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/arch/microblaze/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/arch/microblaze/config.mk')
-rw-r--r--qemu/roms/u-boot/arch/microblaze/config.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/arch/microblaze/config.mk b/qemu/roms/u-boot/arch/microblaze/config.mk
new file mode 100644
index 000000000..98bbf794f
--- /dev/null
+++ b/qemu/roms/u-boot/arch/microblaze/config.mk
@@ -0,0 +1,17 @@
+#
+# (C) Copyright 2007-2008 Michal Simek
+# Michal SIMEK <monstr@monstr.eu>
+#
+# (C) Copyright 2004 Atmark Techno, Inc.
+# Yasushi SHOJI <yashi@atmark-techno.com>
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+ifeq ($(CROSS_COMPILE),)
+CROSS_COMPILE := mb-
+endif
+
+CONFIG_STANDALONE_LOAD_ADDR ?= 0x80F00000
+
+PLATFORM_CPPFLAGS += -ffixed-r31 -D__microblaze__