]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Correct the re_compat regular expression
authorSimon Glass <sjg@chromium.org>
Sun, 4 Jul 2021 18:19:46 +0000 (12:19 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Jul 2021 16:27:34 +0000 (10:27 -0600)
commit893142aa3bce28155905594bb054b0f434cafdfd
tree6ec2151fe52a2ae61bdc90d4d4e96f1aa55d7888
parent1b5fe11d957491a2f53a409b32b1a281c708e2fd
dtoc: Correct the re_compat regular expression

This expects a . before the field name (.e.g '.compatible = ...) but
presently accepts anything at all. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Walter Lozano <walter.lozano@collabora.com>
tools/dtoc/src_scan.py