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 | |
John Rigby | ab51f1e | 2010-10-13 13:57:36 -0600 | [diff] [blame] | 9 | #define CONFIG_LMB |
| 10 | #define CONFIG_SYS_BOOT_RAMDISK_HIGH |
David Feng | 85fd5f1 | 2013-12-14 11:47:35 +0800 | [diff] [blame] | 11 | |
York Sun | c4f047c | 2017-03-27 11:41:03 -0700 | [diff] [blame] | 12 | #if defined(CONFIG_ARCH_LS1021A) || \ |
Andrew Ruder | c224090 | 2015-08-12 13:18:31 -0500 | [diff] [blame] | 13 | defined(CONFIG_CPU_PXA27X) || \ |
| 14 | defined(CONFIG_CPU_MONAHANS) || \ |
Mingkai Hu | 0e58b51 | 2015-10-26 19:47:50 +0800 | [diff] [blame] | 15 | defined(CONFIG_CPU_PXA25X) || \ |
| 16 | defined(CONFIG_FSL_LAYERSCAPE) |
Wang Huan | 8ce6bec | 2014-09-05 13:52:34 +0800 | [diff] [blame] | 17 | #include <asm/arch/config.h> |
| 18 | #endif |
| 19 | |
Kumar Gala | 4c88289 | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 20 | #endif |