commit | c6150aaf2f2745141a7c2ceded58d7efbfeace7d | [log] [tgz] |
---|---|---|
author | Noam Camus <noamc@ezchip.com> | Wed Oct 22 17:17:49 2014 +0300 |
committer | Tom Rini <trini@ti.com> | Fri Nov 07 16:27:05 2014 -0500 |
tree | 56018dece530adf195599e574cdaa23fd5f96c7f | |
parent | 8086988fe87c4d66b64f24a14e66f82dac2ca599 [diff] |
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>