Home
last modified time | relevance | path

Searched hist:c6150aaf (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/common/
H A Dimage-fdt.cc6150aaf Wed Oct 22 09:17:49 CDT 2014 Noam Camus <noamc@ezchip.com> image-fdt: boot_get_fdt() return value when no DTB exists

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.

Signed-off-by: Noam Camus <noamc@ezchip.com>