blob: be80434dee4d0dc9824f6f74e198a51be40f938b [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
Simon Glassaae2aef2014-07-10 22:23:26 -060010#ifdef __aarch64__
York Sun2a1680e2014-05-02 17:28:04 -070011#define CONFIG_SYS_GENERIC_GLOBAL_DATA
Simon Glassaae2aef2014-07-10 22:23:26 -060012#endif
York Sun2a1680e2014-05-02 17:28:04 -070013
John Rigby2d1916e2010-10-13 13:57:36 -060014#define CONFIG_LMB
15#define CONFIG_SYS_BOOT_RAMDISK_HIGH
David Feng0ae76532013-12-14 11:47:35 +080016
17#ifdef CONFIG_ARM64
18#define CONFIG_PHYS_64BIT
19#define CONFIG_STATIC_RELA
20#endif
21
York Sun2f78eae2014-06-23 15:15:54 -070022#ifdef CONFIG_FSL_LSCH3
23#include <asm/arch-fsl-lsch3/config.h>
24#endif
25
Wang Huand60a2092014-09-05 13:52:34 +080026#ifdef CONFIG_LS102XA
27#include <asm/arch/config.h>
28#endif
29
Kumar Gala47d41cc2009-02-05 20:40:57 -060030#endif