Elyes Haouas has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/84911?usp=email )
Change subject: commonlib/device_tree: Use boolean instead of int ......................................................................
commonlib/device_tree: Use boolean instead of int
Modern C provides boolean, use it instead of old style 0, -1.
Change-Id: Icf938c24d067c9d15faf45b6072e150f0aedfe08 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/commonlib/device_tree.c M src/commonlib/include/commonlib/device_tree.h 2 files changed, 43 insertions(+), 43 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/84911/2