2009-02-06 02:40:57 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2009 Freescale Semiconductor, Inc.
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2009-02-06 02:40:57 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _ASM_CONFIG_H_
|
|
|
|
#define _ASM_CONFIG_H_
|
|
|
|
|
2010-10-13 19:57:36 +00:00
|
|
|
#define CONFIG_LMB
|
|
|
|
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
|
2013-12-14 03:47:35 +00:00
|
|
|
|
|
|
|
#ifdef CONFIG_ARM64
|
|
|
|
#define CONFIG_PHYS_64BIT
|
|
|
|
#define CONFIG_STATIC_RELA
|
|
|
|
#endif
|
|
|
|
|
2014-06-23 22:15:54 +00:00
|
|
|
#ifdef CONFIG_FSL_LSCH3
|
|
|
|
#include <asm/arch-fsl-lsch3/config.h>
|
|
|
|
#endif
|
|
|
|
|
2014-09-05 05:52:34 +00:00
|
|
|
#ifdef CONFIG_LS102XA
|
|
|
|
#include <asm/arch/config.h>
|
|
|
|
#endif
|
|
|
|
|
2009-02-06 02:40:57 +00:00
|
|
|
#endif
|