blob: 45966eef91274c64c5c15e024c9d75f45351d8f0 [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 Simeke945f6d2014-05-08 16:08:44 +02009#ifndef CONFIG_SPL_BUILD
10#define CONFIG_NEEDS_MANUAL_RELOC
11#endif
12
Kumar Gala47d41cc2009-02-05 20:40:57 -060013#endif