diff options
author | Maximilian Brune <maximilian.brune@9elements.com> | 2024-06-13 20:58:26 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-08-08 08:08:40 +0000 |
commit | 1ce1b58b0153c1fc6f8cdc10b33fc0e906a42ea3 (patch) | |
tree | fadb397962823f2816b036717cba4280a204169e /util/hda-decoder | |
parent | c6173d1fe4d0804d27a36117cc612a523f1fe480 (diff) |
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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83085
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'util/hda-decoder')
0 files changed, 0 insertions, 0 deletions