mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 23:32:17 +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
|