SPDX: Convert all of our single license tags to Linux Kernel style
[platform/kernel/u-boot.git] / arch / arm / include / asm / config.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2009 Freescale Semiconductor, Inc.
4  */
5
6 #ifndef _ASM_CONFIG_H_
7 #define _ASM_CONFIG_H_
8
9 #define CONFIG_LMB
10 #define CONFIG_SYS_BOOT_RAMDISK_HIGH
11
12 #if defined(CONFIG_ARCH_LS1021A) || \
13         defined(CONFIG_CPU_PXA27X) || \
14         defined(CONFIG_CPU_MONAHANS) || \
15         defined(CONFIG_CPU_PXA25X) || \
16         defined(CONFIG_FSL_LAYERSCAPE)
17 #include <asm/arch/config.h>
18 #endif
19
20 #endif