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