blob: 112427291526fba3acab1fe4054a3c23918ea1d5 [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
Michal Simek9d877c22019-09-25 08:32:27 +02009#define CONFIG_LMB
10
Michal Simeke945f6d2014-05-08 16:08:44 +020011#ifndef CONFIG_SPL_BUILD
12#define CONFIG_NEEDS_MANUAL_RELOC
13#endif
14
Michal Simek09050462019-09-25 09:47:02 +020015#define CONFIG_SYS_BOOT_RAMDISK_HIGH
16
Kumar Gala47d41cc2009-02-05 20:40:57 -060017#endif