]> git.sur5r.net Git - u-boot/commit
dtoc: Add a comment about string replace in conv_name_to_c()
authorSimon Glass <sjg@chromium.org>
Mon, 19 Jun 2017 04:09:04 +0000 (22:09 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:20 +0000 (10:08 -0600)
commit30107b08d7df87e4c92e413d92896a847f1c74dd
tree30ee6e85b2f5066d101ae90d3778d406a0bfa729
parentfa0ea5b09ead2b0fa17754c0bf99249533fd36a3
dtoc: Add a comment about string replace in conv_name_to_c()

This function uses several separate string replaces where a regular
expression might seem more reasonable. Add a comment justifying the way it
is currently done.

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