On Fri, Aug 23, 2013 at 02:36:23PM +0800, [email protected] wrote: > Hi, experts: > > I have a question about supporting FDT in uboot. > > 1. If i want to provide FDT support function in uboot code, just need to > : > > Define CONFIG_OF_LIBFDT in vendor_config.h > > If my uImage is still a single component image, not need to define > CONFIG_FIT at the same time?
CONFIG_FIT and CONFIG_OF_LIBFDT are indeed unrelated options. You can use DT files with legacy images and plain zImages as well. -- Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

