Hi Oleksij On Thu, May 31, 2018 at 10:48:49PM +0200, Oleksij Rempel wrote: > This parser is needed for kernel boot support on MIPS > and can potentially reused on other platforms. > > Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx> > --- > common/Makefile | 1 + > common/elf.c | 146 ++++++++++++++++++++++++++++++++++++++++++++++++ > include/elf.h | 10 ++++ > 3 files changed, 157 insertions(+) > create mode 100644 common/elf.c > > diff --git a/common/Makefile b/common/Makefile > index 1ff7d2370..4fe7eaaf6 100644 > --- a/common/Makefile > +++ b/common/Makefile > @@ -8,6 +8,7 @@ obj-y += misc.o > obj-pbl-y += memsize.o > obj-y += resource.o > obj-y += bootsource.o > +obj-y += elf.o Do we always wnat this to be preset? There most be many arch's where this is not relevant, so a few bytes can be saved if this is not compiled in. Sam _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox