Kumar Gala | 47d41cc | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 1 | /* |
2 | * Copyright 2009 Freescale Semiconductor, Inc. | ||||
3 | * | ||||
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0+ |
Kumar Gala | 47d41cc | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 5 | */ |
6 | |||||
7 | #ifndef _ASM_CONFIG_H_ | ||||
8 | #define _ASM_CONFIG_H_ | ||||
9 | |||||
Simon Glass | aae2aef | 2014-07-10 22:23:26 -0600 | [diff] [blame] | 10 | #ifdef __aarch64__ |
York Sun | 2a1680e | 2014-05-02 17:28:04 -0700 | [diff] [blame] | 11 | #define CONFIG_SYS_GENERIC_GLOBAL_DATA |
Simon Glass | aae2aef | 2014-07-10 22:23:26 -0600 | [diff] [blame] | 12 | #endif |
York Sun | 2a1680e | 2014-05-02 17:28:04 -0700 | [diff] [blame] | 13 | |
John Rigby | 2d1916e | 2010-10-13 13:57:36 -0600 | [diff] [blame] | 14 | #define CONFIG_LMB |
15 | #define CONFIG_SYS_BOOT_RAMDISK_HIGH | ||||
David Feng | 0ae7653 | 2013-12-14 11:47:35 +0800 | [diff] [blame] | 16 | |
17 | #ifdef CONFIG_ARM64 | ||||
18 | #define CONFIG_PHYS_64BIT | ||||
19 | #define CONFIG_STATIC_RELA | ||||
20 | #endif | ||||
21 | |||||
York Sun | 2f78eae | 2014-06-23 15:15:54 -0700 | [diff] [blame] | 22 | #ifdef CONFIG_FSL_LSCH3 |
23 | #include <asm/arch-fsl-lsch3/config.h> | ||||
24 | #endif | ||||
25 | |||||
Wang Huan | d60a209 | 2014-09-05 13:52:34 +0800 | [diff] [blame] | 26 | #ifdef CONFIG_LS102XA |
27 | #include <asm/arch/config.h> | ||||
28 | #endif | ||||
29 | |||||
Kumar Gala | 47d41cc | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 30 | #endif |