Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Kumar Gala | 47d41cc | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 2 | /* |
3 | * Copyright 2009 Freescale Semiconductor, Inc. | ||||
Kumar Gala | 47d41cc | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 4 | */ |
5 | |||||
6 | #ifndef _ASM_CONFIG_H_ | ||||
7 | #define _ASM_CONFIG_H_ | ||||
8 | |||||
Michal Simek | 9d877c2 | 2019-09-25 08:32:27 +0200 | [diff] [blame] | 9 | #define CONFIG_LMB |
10 | |||||
Michal Simek | e945f6d | 2014-05-08 16:08:44 +0200 | [diff] [blame] | 11 | #ifndef CONFIG_SPL_BUILD |
12 | #define CONFIG_NEEDS_MANUAL_RELOC | ||||
13 | #endif | ||||
14 | |||||
Michal Simek | 0905046 | 2019-09-25 09:47:02 +0200 | [diff] [blame] | 15 | #define CONFIG_SYS_BOOT_RAMDISK_HIGH |
16 | |||||
Kumar Gala | 47d41cc | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 17 | #endif |