[U-Boot] [PATCH 3/4] arm64: Non-manual relocation
Scott Wood
scottwood at freescale.com
Fri Oct 4 18:55:50 CEST 2013
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
More information about the U-Boot
mailing list