]> git.dujemihanovic.xyz Git - u-boot.git/commit
test_fdt: Convert to use argparse
authorSimon Glass <sjg@chromium.org>
Sun, 31 Jul 2022 02:57:09 +0000 (20:57 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Aug 2022 17:55:41 +0000 (11:55 -0600)
commit7640b166604e04ac19ed5a370441a6e5539c1420
tree6e7cf2202940032eb6afd894a66d99e6b138e349
parenta8ad9aacd34cc1fd1dc7c0c8703c9467d76676b9
test_fdt: Convert to use argparse

Drop the deprecated OptionParser.

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