2009-02-05 20:40:57 -06:00
|
|
|
/*
|
|
|
|
* Copyright 2009 Freescale Semiconductor, Inc.
|
|
|
|
*
|
2013-07-08 09:37:19 +02:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2009-02-05 20:40:57 -06:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _ASM_CONFIG_H_
|
|
|
|
#define _ASM_CONFIG_H_
|
|
|
|
|
2015-02-12 01:40:17 +01:00
|
|
|
#define CONFIG_SYS_GENERIC_GLOBAL_DATA
|
|
|
|
|
2010-10-28 20:00:11 +02:00
|
|
|
#define CONFIG_NEEDS_MANUAL_RELOC
|
|
|
|
|
2009-11-03 11:35:59 -05:00
|
|
|
#define CONFIG_LMB
|
2010-10-13 13:57:35 -06:00
|
|
|
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
|
|
|
|
#define CONFIG_SYS_BOOT_GET_CMDLINE
|
|
|
|
#define CONFIG_SYS_BOOT_GET_KBD
|
2009-11-03 11:35:59 -05:00
|
|
|
|
2009-02-05 20:40:57 -06:00
|
|
|
#endif
|