mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-12 12:08:56 +01:00
dtoc: Don't handle properties with / in them
This conversion appears to not be needed as it does not occur in practice. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
2be282ca01
commit
86290ce40e
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ def conv_name_to_c(name):
|
|||
new = new.replace('-', '_')
|
||||
new = new.replace(',', '_')
|
||||
new = new.replace('.', '_')
|
||||
new = new.replace('/', '__')
|
||||
return new
|
||||
|
||||
def tab_to(num_tabs, line):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue