]> git.dujemihanovic.xyz Git - u-boot.git/commit
moveconfig: Correct non-snake variables names
authorSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 19:44:01 +0000 (13:44 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 4 Oct 2023 15:25:21 +0000 (09:25 -0600)
commita4c9d178bc346d8cb1a8baa17f7207564076710e
tree061eca8e3644c9848646b01214163c9dfbb7fe7b
parent62fae4bf66a69738d7621b099a4d91aed70973b8
moveconfig: Correct non-snake variables names

Correct some variable names that do not conform to snake case, with the
three-character minimum.

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