dtoc: Rename is_wider_than() to reduce confusion
authorSimon Glass <sjg@chromium.org>
Thu, 29 Jul 2021 01:23:09 +0000 (19:23 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 1 Aug 2021 15:05:24 +0000 (09:05 -0600)
commitdf82de805172687e88dd7d72b68a9223b0a4c269
treea65bf0176ce443dd5df49581da5cd69b7d4e2464
parentcb8970092f2cd5f1eaadf7d15d28cb905067e07f
dtoc: Rename is_wider_than() to reduce confusion

The current name is confusing because the logic is actually backwards from
what you might expect. Rename it to needs_widening() and update the
comments.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/fdt.py