blob: 2a20a770bcd38102f3b94d91f318162eaa24683b [file] [log] [blame]
Kumar Gala4c882892009-02-05 20:40:57 -06001/*
2 * Copyright 2009 Freescale Semiconductor, Inc.
3 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Kumar Gala4c882892009-02-05 20:40:57 -06005 */
6
7#ifndef _ASM_CONFIG_H_
8#define _ASM_CONFIG_H_
9
York Sun021d2022014-05-02 17:28:04 -070010#define CONFIG_SYS_GENERIC_GLOBAL_DATA
11
John Rigbyab51f1e2010-10-13 13:57:36 -060012#define CONFIG_LMB
13#define CONFIG_SYS_BOOT_RAMDISK_HIGH
David Feng85fd5f12013-12-14 11:47:35 +080014
15#ifdef CONFIG_ARM64
16#define CONFIG_PHYS_64BIT
17#define CONFIG_STATIC_RELA
18#endif
19
Kumar Gala4c882892009-02-05 20:40:57 -060020#endif