Attention is currently required from: Julius Werner, Maximilian Brune, Paul Menzel.
Hello Julius Werner, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/83085?usp=email
to look at the new patch set (#5).
The following approvals got outdated and were removed: Code-Review+2 by Julius Werner, Verified+1 by build bot (Jenkins)
Change subject: commonlib/device_tree.c: Remove incorrect warning ......................................................................
commonlib/device_tree.c: Remove incorrect warning
Currently a warning is printed even if the maximum amount of nodes is not exceeded.
Remove the warning, since in most cases the maximum amount of nodes for a given prefix is usually well known. For example the /cpu nodes always have a maximum of CONFIG_MAX_CPUS. One may also just want to read the first X amount of nodes matching a given prefix.
Signed-off-by: Maximilian Brune maximilian.brune@9elements.com Change-Id: Ic1111e8acb72ea1e9159da0d8386f40cbbdbc63f --- M src/commonlib/device_tree.c 1 file changed, 2 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/83085/5