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 | |
angelo@sysam.it | e310b93 | 2015-02-12 01:40:17 +0100 | [diff] [blame^] | 10 | #define CONFIG_SYS_GENERIC_BOARD |
| 11 | #define CONFIG_SYS_GENERIC_GLOBAL_DATA |
| 12 | |
Wolfgang Denk | 2e5167c | 2010-10-28 20:00:11 +0200 | [diff] [blame] | 13 | #define CONFIG_NEEDS_MANUAL_RELOC |
| 14 | |
Mike Frysinger | a16028d | 2009-11-03 11:35:59 -0500 | [diff] [blame] | 15 | #define CONFIG_LMB |
John Rigby | fca43cc | 2010-10-13 13:57:35 -0600 | [diff] [blame] | 16 | #define CONFIG_SYS_BOOT_RAMDISK_HIGH |
| 17 | #define CONFIG_SYS_BOOT_GET_CMDLINE |
| 18 | #define CONFIG_SYS_BOOT_GET_KBD |
Mike Frysinger | a16028d | 2009-11-03 11:35:59 -0500 | [diff] [blame] | 19 | |
Kumar Gala | 47d41cc | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 20 | #endif |