
4 Oct
2013
4 Oct
'13
6:55 p.m.
On Sat, 2013-10-05 at 00:13 +0800, FengHua wrote:
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h index 01c95f5..3932e00 100644 --- a/include/configs/vexpress_aemv8a.h +++ b/include/configs/vexpress_aemv8a.h @@ -10,6 +10,9 @@
#define DEBUG
+#define CONFIG_REMAKE_ELF +#define CONFIG_STATIC_RELA
CONFIG_STATIC_RELA is always needed, How about remove this macro.
It's always needed for arm64, but not for all architectures. I don't want to just use CONFIG_ARM64 because in theory another arch could be added that needs it. Eventually this should be moved out of the board config and into a file that defines general arm64 stuff.
-Scott