Re: [U-Boot] [PATCH 1/2] imx:mx6dlsabresd fix error detecting thermal

2015-03-23 Thread Stefano Babic
On 10/03/2015 08:33, Peng Fan wrote: > Before add CONFIG_SYS_MALLOC_F and CONFIG_SYS_MALLOC_F_LEN, > uboot will complains "CPU: Temperature: Can't find sensor device". > This is because DM and DM_THERMAL are enabled, but SYS_MALLOC_F > is not configured. > > After applying this patch, uboot can

[U-Boot] [PATCH 1/2] imx:mx6dlsabresd fix error detecting thermal

2015-03-10 Thread Peng Fan
Before add CONFIG_SYS_MALLOC_F and CONFIG_SYS_MALLOC_F_LEN, uboot will complains "CPU: Temperature: Can't find sensor device". This is because DM and DM_THERMAL are enabled, but SYS_MALLOC_F is not configured. After applying this patch, uboot can correctly detect the temperature. " U-Boot 2015.0