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