blob: abf79e5c9ed230c6cb64bfb3d7a8e705253ad115 [file] [log] [blame]
Kumar Gala47d41cc2009-02-05 20:40:57 -06001/*
2 * Copyright 2009 Freescale Semiconductor, Inc.
3 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Kumar Gala47d41cc2009-02-05 20:40:57 -06005 */
6
7#ifndef _ASM_CONFIG_H_
8#define _ASM_CONFIG_H_
9
John Rigby2d1916e2010-10-13 13:57:36 -060010#define CONFIG_LMB
11#define CONFIG_SYS_BOOT_RAMDISK_HIGH
David Feng0ae76532013-12-14 11:47:35 +080012
13#ifdef CONFIG_ARM64
14#define CONFIG_PHYS_64BIT
15#define CONFIG_STATIC_RELA
16#endif
17
Kumar Gala47d41cc2009-02-05 20:40:57 -060018#endif