]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - tools/dtoc/dtb_platdata.py
dtoc: Don't handle properties with / in them
[people/ms/u-boot.git] / tools / dtoc / dtb_platdata.py
index 75adf48deafaffad308c90d67933858dfac81344..d86651b9aa9a076eea03b7882c628e7cc605c040 100644 (file)
@@ -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):