Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Kumar Gala | 4c88289 | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 2 | /* |
3 | * Copyright 2009 Freescale Semiconductor, Inc. | ||||
Kumar Gala | 4c88289 | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 4 | */ |
5 | |||||
6 | #ifndef _ASM_CONFIG_H_ | ||||
7 | #define _ASM_CONFIG_H_ | ||||
8 | |||||
Wolfgang Denk | d0813e5 | 2010-10-28 20:00:11 +0200 | [diff] [blame] | 9 | #define CONFIG_NEEDS_MANUAL_RELOC |
10 | |||||
Mike Frysinger | a0dadf8 | 2009-11-03 11:35:59 -0500 | [diff] [blame] | 11 | #define CONFIG_LMB |
John Rigby | eea8e69 | 2010-10-13 13:57:35 -0600 | [diff] [blame] | 12 | #define CONFIG_SYS_BOOT_RAMDISK_HIGH |
Mike Frysinger | a0dadf8 | 2009-11-03 11:35:59 -0500 | [diff] [blame] | 13 | |
Kumar Gala | 4c88289 | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 14 | #endif |