diff options
author | rick | 2016-04-14 14:32:27 +0800 |
---|---|---|
committer | Andes | 2016-09-29 15:38:10 +0800 |
commit | d607f6fa99a67dd1b40c08ba21ca6f3aaff933ce (patch) | |
tree | d1cc2d0cf5a1003e19b08d05f9ae390af3f770d7 /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 'include')
-rw-r--r-- | include/configs/adp-ag101p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/adp-ag101p.h b/include/configs/adp-ag101p.h index c4e0a21b8d8..5cb79f15241 100644 --- a/include/configs/adp-ag101p.h +++ b/include/configs/adp-ag101p.h @@ -28,7 +28,6 @@ #define CONFIG_CMDLINE_TAG /* send commandline to Kernel */ #define CONFIG_SETUP_MEMORY_TAGS /* send memory definition to kernel */ #define CONFIG_INITRD_TAG /* send initrd params */ -#define CONFIG_NEEDS_MANUAL_RELOC #ifndef CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_MEM_REMAP |