mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
14 lines
217 B
C
14 lines
217 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Copyright 2009 Freescale Semiconductor, Inc.
|
||
|
*/
|
||
|
|
||
|
#ifndef _ASM_CONFIG_H_
|
||
|
#define _ASM_CONFIG_H_
|
||
|
|
||
|
#ifndef CONFIG_SPL_BUILD
|
||
|
#define CONFIG_NEEDS_MANUAL_RELOC
|
||
|
#endif
|
||
|
|
||
|
#endif
|