Re: [U-Boot] image-fdt: boot_get_fdt() return value when no DTB exists

2014-12-03 Thread Tom Rini
On Wed, Oct 22, 2014 at 05:17:49PM +0300, Noam Camus wrote: From: Noam Camus no...@ezchip.com I believe that when no DTB is around we should return 1. This why I fixed such scenarious to not return zero anymore. Else kernel might get NULL pointer to DTB which doesn't exists.

Re: [U-Boot] image-fdt: boot_get_fdt() return value when no DTB exists

2014-11-10 Thread Tom Rini
On Wed, Oct 22, 2014 at 05:17:49PM +0300, Noam Camus wrote: From: Noam Camus no...@ezchip.com I believe that when no DTB is around we should return 1. This why I fixed such scenarious to not return zero anymore. Else kernel might get NULL pointer to DTB which doesn't exists.