xref: /openbmc/u-boot/arch/microblaze/include/asm/config.h (revision 604aa9d30b1ed6aa95569d416aea5a51ad7ba7e4)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2009 Freescale Semiconductor, Inc.
4  */
5 
6 #ifndef _ASM_CONFIG_H_
7 #define _ASM_CONFIG_H_
8 
9 #ifndef CONFIG_SPL_BUILD
10 #define CONFIG_NEEDS_MANUAL_RELOC
11 #endif
12 
13 #endif
14