blob: d522669f6660aa89febe48519706fcd8ff1a840f [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Kumar Gala4c882892009-02-05 20:40:57 -06002/*
3 * Copyright 2009 Freescale Semiconductor, Inc.
Kumar Gala4c882892009-02-05 20:40:57 -06004 */
5
6#ifndef _ASM_CONFIG_H_
7#define _ASM_CONFIG_H_
8
Michal Simek9270e9d2019-09-25 08:32:27 +02009#define CONFIG_LMB
10
Michal Simek65e915c2014-05-08 16:08:44 +020011#ifndef CONFIG_SPL_BUILD
12#define CONFIG_NEEDS_MANUAL_RELOC
13#endif
14
Kumar Gala4c882892009-02-05 20:40:57 -060015#endif