commit | 20f938a6b0aa4e9398ab793ca50dca03c00850c6 | [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 | 5c3166d6c3cf631d5c1e0b2ecf9ec79017692231 [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>