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 | |||||
York Sun | c4f047c | 2017-03-27 11:41:03 -0700 | [diff] [blame] | 9 | #if defined(CONFIG_ARCH_LS1021A) || \ |
Mingkai Hu | 0e58b51 | 2015-10-26 19:47:50 +0800 | [diff] [blame] | 10 | defined(CONFIG_FSL_LAYERSCAPE) |
Wang Huan | 8ce6bec | 2014-09-05 13:52:34 +0800 | [diff] [blame] | 11 | #include <asm/arch/config.h> |
12 | #endif | ||||
13 | |||||
Kumar Gala | 4c88289 | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 14 | #endif |