blob: c7363c0b511325db92004849cf5dead49e472bb2 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Kumar Gala47d41cc2009-02-05 20:40:57 -06002/*
3 * Copyright 2009 Freescale Semiconductor, Inc.
Kumar Gala47d41cc2009-02-05 20:40:57 -06004 */
5
6#ifndef _ASM_CONFIG_H_
7#define _ASM_CONFIG_H_
8
Wolfgang Denk2e5167c2010-10-28 20:00:11 +02009#define CONFIG_NEEDS_MANUAL_RELOC
10
Mike Frysingera16028d2009-11-03 11:35:59 -050011#define CONFIG_LMB
John Rigbyfca43cc2010-10-13 13:57:35 -060012#define CONFIG_SYS_BOOT_RAMDISK_HIGH
Mike Frysingera16028d2009-11-03 11:35:59 -050013
Kumar Gala47d41cc2009-02-05 20:40:57 -060014#endif