summaryrefslogtreecommitdiff
path: root/arch/avr32/config.mk
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2015-02-18 03:11:36 (GMT)
committerTom Rini <trini@ti.com>2015-02-18 03:11:36 (GMT)
commit9ec84f103b3f3e770043b06042e5d2d6f2339e39 (patch)
tree693381b5c55d2a2e1d98707ff39a59ced75d66ef /arch/avr32/config.mk
parent1e7b357a4ebf9a99a6258a0bbedf4e318a5263e0 (diff)
parent5c98d7ffb0b11c9e3909f56ec5ce9dff682f1e30 (diff)
downloadu-boot-9ec84f103b3f3e770043b06042e5d2d6f2339e39.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-avr32
Diffstat (limited to 'arch/avr32/config.mk')
-rw-r--r--arch/avr32/config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/avr32/config.mk b/arch/avr32/config.mk
index 469185e..8252f59 100644
--- a/arch/avr32/config.mk
+++ b/arch/avr32/config.mk
@@ -9,6 +9,9 @@ ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE := avr32-linux-
endif
+# avr32 has generic board support
+__HAVE_ARCH_GENERIC_BOARD := y
+
CONFIG_STANDALONE_LOAD_ADDR ?= 0x00000000
PLATFORM_RELFLAGS += -ffixed-r5 -fPIC -mno-init-got -mrelax