]> git.sur5r.net Git - u-boot/blob - arch/arm/include/asm/config.h
Merge git://git.denx.de/u-boot-dm
[u-boot] / arch / arm / include / asm / config.h
1 /*
2  * Copyright 2009 Freescale Semiconductor, Inc.
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef _ASM_CONFIG_H_
8 #define _ASM_CONFIG_H_
9
10 #define CONFIG_LMB
11 #define CONFIG_SYS_BOOT_RAMDISK_HIGH
12
13 #if defined(CONFIG_ARCH_LS1021A) || \
14         defined(CONFIG_CPU_PXA27X) || \
15         defined(CONFIG_CPU_MONAHANS) || \
16         defined(CONFIG_CPU_PXA25X) || \
17         defined(CONFIG_FSL_LAYERSCAPE)
18 #include <asm/arch/config.h>
19 #endif
20
21 #endif