ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/marvell/uboot/arch/avr32/include/asm/config.h b/marvell/uboot/arch/avr32/include/asm/config.h
new file mode 100644
index 0000000..63056a4
--- /dev/null
+++ b/marvell/uboot/arch/avr32/include/asm/config.h
@@ -0,0 +1,12 @@
+/*
+ * Copyright 2009 Freescale Semiconductor, Inc.
+ *
+ * SPDX-License-Identifier:	GPL-2.0+
+ */
+
+#ifndef _ASM_CONFIG_H_
+#define _ASM_CONFIG_H_
+
+#define CONFIG_NEEDS_MANUAL_RELOC
+
+#endif