blob: d3433dafd9f900e45dcf9445cf86f2de35749289 [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
York Suna84cd722014-06-23 15:15:54 -070020#ifdef CONFIG_FSL_LSCH3
21#include <asm/arch-fsl-lsch3/config.h>
22#endif
23
Kumar Gala4c882892009-02-05 20:40:57 -060024#endif