summaryrefslogtreecommitdiffstats
path: root/util/cavium/devicetree_convert.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/cavium/devicetree_convert.py')
-rwxr-xr-xutil/cavium/devicetree_convert.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/cavium/devicetree_convert.py b/util/cavium/devicetree_convert.py
index 549ae7493ec3..71d0120f7d1a 100755
--- a/util/cavium/devicetree_convert.py
+++ b/util/cavium/devicetree_convert.py
@@ -24,7 +24,6 @@ args = parser.parse_args()
outfile = None
if args.out is not None:
outfile = open(args.out, 'w')
- outfile.write("// This file is part of the coreboot project.\n")
outfile.write("// This file is automatically generated.\n")
outfile.write("// DO NOT EDIT BY HAND.\n\n")
outfile.write("#include <bdk-devicetree.h>\n\n")