commit | 935568eecc4b3e9a493b6ba1517c1e066af63aef | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Dec 19 15:42:13 2019 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Jan 14 09:05:53 2020 +0100 |
tree | 634383ff4112722729a1a19823012ced7b643e87 | |
parent | 53c69dec331ce8a6d0c57f0daed55d82f76d4fe6 [diff] |
spl: atf: Add missing ndepth initialization ndepth needs to be initialized before it is used in fdt_next_node(). Uninitialized value is causing that node is found and depth increase but won't pass condition below because initial state wasn't setup. Signed-off-by: Michal Simek <michal.simek@xilinx.com>