mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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>
This commit is contained in:
parent
5c0206cc10
commit
d905cf7365
2 changed files with 7 additions and 7 deletions
|
@ -72,6 +72,6 @@ static inline void dm_dump_devres(void)
|
|||
*
|
||||
* Returns true if node is needed in SPL/TL, false otherwise.
|
||||
*/
|
||||
int dm_fdt_pre_reloc(const void *blob, int offset);
|
||||
bool dm_fdt_pre_reloc(const void *blob, int offset);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue