]> git.baikalelectronics.ru Git - uboot.git/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)
commit73d8e51887a8ca96dcfa199114375bafc5fb9a82
tree30ee6e85b2f5066d101ae90d3778d406a0bfa729
parent33f18038ae334e5054a7805c52d8b9dc57911a94
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