]> Git Repo - u-boot.git/blobdiff - tools/zynqmp_pm_cfg_obj_convert.py
arm: mvebu: dts: Armada8k enable mdio
[u-boot.git] / tools / zynqmp_pm_cfg_obj_convert.py
index dd27f47921310446e8381815875ed21a68c3f247..0a44710e1e14c2f30344d11a4a594b68aaf47604 100755 (executable)
@@ -289,7 +289,7 @@ code = in_file.read()
 code = re.sub('//.*?\n|/\*.*?\*/', '', code, flags=re.DOTALL)
 
 # remove everything outside the XPm_ConfigObject array definition
-code = re.search('const u32 XPm_ConfigObject.*= {\n(.*)};',
+code = re.search('const u32 XPm_ConfigObject.*=.*{\n(.*)};',
                  code, flags=re.DOTALL).group(1)
 
 # Process each comma-separated array item
This page took 0.027753 seconds and 4 git commands to generate.