mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
a752a8b4c4
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
13 lines
224 B
C
13 lines
224 B
C
/*
|
|
* Copyright 2009 Freescale Semiconductor, Inc.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef _ASM_CONFIG_H_
|
|
#define _ASM_CONFIG_H_
|
|
|
|
#define CONFIG_NEEDS_MANUAL_RELOC
|
|
#define CONFIG_SYS_GENERIC_GLOBAL_DATA
|
|
|
|
#endif
|