
23 Aug
2013
23 Aug
'13
9:52 p.m.
On Fri, Aug 23, 2013 at 02:36:23PM +0800, TigerLiu@viatech.com.cn wrote:
Hi, experts:
I have a question about supporting FDT in uboot.
- 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