diff options
author | rick <rick@andestech.com> | 2016-04-14 14:32:27 +0800 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2016-09-29 15:38:10 +0800 |
commit | d607f6fa99a67dd1b40c08ba21ca6f3aaff933ce (patch) | |
tree | d1cc2d0cf5a1003e19b08d05f9ae390af3f770d7 /arch/nds32/include | |
parent | 06572f0301c18e63b887efc91803bb9467e55dbe (diff) |
nds32: Support relocation.
Enable pie option for relocation.
Signed-off-by: rick <rick@andestech.com>
Cc: Andes <uboot@andestech.com>
Diffstat (limited to 'arch/nds32/include')
-rw-r--r-- | arch/nds32/include/asm/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/nds32/include/asm/config.h b/arch/nds32/include/asm/config.h index 3d1886e355..054cc4837c 100644 --- a/arch/nds32/include/asm/config.h +++ b/arch/nds32/include/asm/config.h @@ -9,6 +9,4 @@ #ifndef _ASM_CONFIG_H_ #define _ASM_CONFIG_H_ -#define CONFIG_NEEDS_MANUAL_RELOC - #endif |