[U-Boot] [U-boot] CONFIG_LMB is required for supporting FIT?

2013-08-13 Thread TigerLiu
Hi, experts: It seems if user wants to enable FIT support in U-boot, must define these 3 macro in related config.h /* Enable flat device tree support */ #define CONFIG_LMB 1 #define CONFIG_FIT 1 #define CONFIG_OF_LIBFDT 1 CONFIG_LMB is a required item for ARM SOC platform?

Re: [U-Boot] [U-boot] CONFIG_LMB is required for supporting FIT?

2013-08-13 Thread Jagan Teki
On Tue, Aug 13, 2013 at 2:17 PM, tiger...@viatech.com.cn wrote: Hi, experts: It seems if user wants to enable FIT support in U-boot, must define these 3 macro in related config.h /* Enable flat device tree support */ #define CONFIG_LMB 1 This is required, but when u define