fdt: Allow libfdt to be used in SPL
authorSimon Glass <sjg@chromium.org>
Tue, 23 Feb 2016 05:55:45 +0000 (22:55 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Mar 2016 23:18:26 +0000 (19:18 -0400)
commitaa34fbc087f246cbd83223bed499ca62694787d8
tree2702c73e51f50fc822d347b629582f7232873f4d
parent70d41093c5d6d378a8e750d1829063890a3c7ca5
fdt: Allow libfdt to be used in SPL

Add an option to enable libfdt in SPL. This can be useful when decoding
FIT files in SPL.

We need to make sure this option is not enabled in SPL by this change.
Also this option needs to be enabled in host builds. Si add a new
IMAGE_USE_LIBFDT #define which can be used in files that are built on the
host but must also build for U-Boot and SPL.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/Makefile
common/bootm.c
common/image.c
include/common.h
include/image.h
lib/Kconfig
lib/Makefile