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_
|
|
|
|
|
|
2014-05-02 17:28:04 -07:00
|
|
|
#define CONFIG_SYS_GENERIC_GLOBAL_DATA
|
|
|
|
|
|
2010-10-13 13:57:36 -06:00
|
|
|
#define CONFIG_LMB
|
|
|
|
|
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
|
2013-12-14 11:47:35 +08:00
|
|
|
|
|
|
|
|
#ifdef CONFIG_ARM64
|
|
|
|
|
#define CONFIG_PHYS_64BIT
|
|
|
|
|
#define CONFIG_STATIC_RELA
|
|
|
|
|
#endif
|
|
|
|
|
|
2009-02-05 20:40:57 -06:00
|
|
|
#endif
|