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_
|
|
|
|
|
|
2010-10-28 18:00:11 +00:00
|
|
|
#define CONFIG_NEEDS_MANUAL_RELOC
|
2015-02-06 22:06:48 +00:00
|
|
|
#define CONFIG_SYS_GENERIC_GLOBAL_DATA
|
2010-10-28 18:00:11 +00:00
|
|
|
|
2009-02-06 02:40:57 +00:00
|
|
|
#endif
|