commit | d905cf7365ad25c55129ce6bc473b67a642d7817 | [log] [tgz] |
---|---|---|
author | Heiko Stübner <heiko@sntech.de> | Thu Feb 23 17:30:38 2017 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Mar 16 16:03:47 2017 -0600 |
tree | 426cb4ef8caae5514bd8c2fe0b871335df7ffaf0 | |
parent | 5c0206cc1074c3c945b4cfa3d8149c1c62bc1720 [diff] |
dm: Return actual bools in dm_fdt_pre_reloc Documentation says that we're returning true/false, not 1/0 so adapt the function to return actual booleans. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Simon Glass <sjg@chromium.org>