diff options
Diffstat (limited to 'qemu/roms/u-boot/arch/microblaze/config.mk')
-rw-r--r-- | qemu/roms/u-boot/arch/microblaze/config.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/qemu/roms/u-boot/arch/microblaze/config.mk b/qemu/roms/u-boot/arch/microblaze/config.mk deleted file mode 100644 index 98bbf794f..000000000 --- a/qemu/roms/u-boot/arch/microblaze/config.mk +++ /dev/null @@ -1,17 +0,0 @@ -# -# (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__ |