]> git.sur5r.net Git - u-boot/commit
Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Mon, 24 Nov 2008 12:33:51 +0000 (13:33 +0100)
committerWolfgang Denk <wd@denx.de>
Sat, 13 Dec 2008 22:31:49 +0000 (23:31 +0100)
commitcd6734510a9ff0f41c4a73567d4080ea0033d2c1
treefc9636d5e17498770310e62ee22461d2925db27d
parent89d56f5503eed351efe5ab0b4dd0f1e888fd2336
Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent

FDT support is used for both FIT style images and for architectures
that can pass a fdt blob to an OS (ppc, m68k, sparc).

For other architectures and boards which do not pass a fdt blob to an
OS but want to use the new uImage format, we just need FIT support.

Now we can have the 4 following configurations :

1) FIT only             CONFIG_FIT
2) fdt blob only        CONFIG_OF_LIBFDT
3) both                 CONFIG_OF_LIBFDT & CONFIG_FIT
4) none                 none

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
common/image.c
include/image.h
libfdt/Makefile