lkml.org 
[lkml]   [2014]   [Apr]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 01/10] lib: add fdt_empty_tree.c
    Date
    From: Mark Salter <msalter@redhat.com>

    CONFIG_LIBFDT support does not include fdt_empty_tree.c which is
    needed by arm64 EFI stub. Add it to libfdt_files.

    Signed-off-by: Mark Salter <msalter@redhat.com>
    Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
    Cc: Andrew Morton <akpm@linux-foundation.org>
    ---
    lib/Makefile | 3 ++-
    lib/fdt_empty_tree.c | 2 ++
    2 files changed, 4 insertions(+), 1 deletion(-)
    create mode 100644 lib/fdt_empty_tree.c

    diff --git a/lib/Makefile b/lib/Makefile
    index 02da5b6..5f5b6a2 100644
    --- a/lib/Makefile
    +++ b/lib/Makefile
    @@ -149,7 +149,8 @@ obj-$(CONFIG_GENERIC_NET_UTILS) += net_utils.o

    obj-$(CONFIG_STMP_DEVICE) += stmp_device.o

    -libfdt_files = fdt.o fdt_ro.o fdt_wip.o fdt_rw.o fdt_sw.o fdt_strerror.o
    +libfdt_files = fdt.o fdt_ro.o fdt_wip.o fdt_rw.o fdt_sw.o fdt_strerror.o \
    + fdt_empty_tree.o
    $(foreach file, $(libfdt_files), \
    $(eval CFLAGS_$(file) = -I$(src)/../scripts/dtc/libfdt))
    lib-$(CONFIG_LIBFDT) += $(libfdt_files)
    diff --git a/lib/fdt_empty_tree.c b/lib/fdt_empty_tree.c
    new file mode 100644
    index 0000000..5d30c58
    --- /dev/null
    +++ b/lib/fdt_empty_tree.c
    @@ -0,0 +1,2 @@
    +#include <linux/libfdt_env.h>
    +#include "../scripts/dtc/libfdt/fdt_empty_tree.c"
    --
    1.7.10.4


    \
     
     \ /
      Last update: 2014-04-04 21:21    [W:4.194 / U:0.888 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site