Own fdt parsing implementation

This commit is contained in:
Francesco Lavra 2013-05-17 13:45:22 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 470038745c
commit c6a8472baf
4 changed files with 587 additions and 104 deletions

View file

@ -1536,11 +1536,10 @@ module = {
sparc64_ieee1275 = loader/sparc64/ieee1275/linux.c;
ia64_efi = loader/ia64/efi/linux.c;
arm = loader/arm/linux.c;
arm = lib/fdt.c;
common = loader/linux.c;
common = lib/cmdline.c;
enable = noemu;
fdt_cppflags = '$(CPPFLAGS_LIBFDT)';
};
module = {