Googler | e00b8eb | 2019-07-08 16:37:07 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2011 Andes Technology Corporation |
| 3 | * Copyright (C) 2010 Shawn Lin (nobuhiro@andestech.com) |
| 4 | * Copyright (C) 2011 Macpaul Lin (macpaul@andestech.com) |
Googler | 40bc9d0 | 2023-12-15 16:42:49 +0800 | [diff] [blame^] | 5 | * |
| 6 | * SPDX-License-Identifier: GPL-2.0+ |
Googler | e00b8eb | 2019-07-08 16:37:07 -0700 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | #ifndef _ASM_CONFIG_H_ |
| 10 | #define _ASM_CONFIG_H_ |
Googler | 40bc9d0 | 2023-12-15 16:42:49 +0800 | [diff] [blame^] | 11 | |
| 12 | #define CONFIG_NEEDS_MANUAL_RELOC |
Googler | e00b8eb | 2019-07-08 16:37:07 -0700 | [diff] [blame] | 13 | |
| 14 | #endif |