]> git.sur5r.net Git - u-boot/commit
[new uImage] Do not compile new uImage format support by default
authorBartlomiej Sieka <tur@semihalf.com>
Thu, 20 Mar 2008 22:23:13 +0000 (23:23 +0100)
committerBartlomiej Sieka <tur@semihalf.com>
Thu, 20 Mar 2008 22:23:13 +0000 (23:23 +0100)
commit95f4ec2b9c910c7261e6f060ea530d58b039692d
tree45ca62bd222a9806f4821c4ddafca8000b4f7a48
parentdafaede8a46c7159310239e036c93e31c6374487
[new uImage] Do not compile new uImage format support by default

Disable default building of new uImage format support in preparation
for merge with the master. Support for new format can be enabled on
a per-board basis, by defining the following in the board's config file:

#define CONFIG_FIT             1
#define CONFIG_OF_LIBFDT       1

This can be optionally defined to give more verbose output:

#define CONFIG_FIT_VERBOSE     1 /* enable fit_format_{error,warning}() */

Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
include/image.h