Kumar Gala | 4c88289 | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 1 | /* |
2 | * Copyright 2009 Freescale Semiconductor, Inc. | ||||
3 | * | ||||
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0+ |
Kumar Gala | 4c88289 | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 5 | */ |
6 | |||||
7 | #ifndef _ASM_CONFIG_H_ | ||||
8 | #define _ASM_CONFIG_H_ | ||||
9 | |||||
Wolfgang Denk | d0813e5 | 2010-10-28 20:00:11 +0200 | [diff] [blame] | 10 | #define CONFIG_NEEDS_MANUAL_RELOC |
Andreas Bießmann | c1d0917 | 2015-02-06 23:06:48 +0100 | [diff] [blame] | 11 | #define CONFIG_SYS_GENERIC_GLOBAL_DATA |
Wolfgang Denk | d0813e5 | 2010-10-28 20:00:11 +0200 | [diff] [blame] | 12 | |
Kumar Gala | 4c88289 | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 13 | #endif |