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 | 949747b | 2013-03-05 14:39:57 +0000 | [diff] [blame] | 10 | #define CONFIG_SYS_GENERIC_BOARD |
Simon Glass | 43e84bf | 2014-10-19 21:11:19 -0600 | [diff] [blame] | 11 | #define CONFIG_LMB |
12 | #define CONFIG_SYS_BOOT_RAMDISK_HIGH | ||||
Simon Glass | 65dd74a | 2014-11-12 22:42:28 -0700 | [diff] [blame^] | 13 | #define asmlinkage __attribute__((regparm(0))) |
Simon Glass | 43e84bf | 2014-10-19 21:11:19 -0600 | [diff] [blame] | 14 | |
Kumar Gala | 47d41cc | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 15 | #endif |