summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2015-11-20 10:26:13 -0800
committerchrome-bot <chrome-bot@chromium.org>2015-11-21 13:12:18 -0800
commit32267c1094a1961ad8acd180f3220faed51794d0 (patch)
tree84d1cc21128defd5ae23e9abf283a57afff05bc6 /util
parent70bb65cd2e48c4347ed483fcd916ab9d94e9c62f (diff)
downloadchrome-ec-32267c1094a1961ad8acd180f3220faed51794d0.tar.gz
cr50: rename hw generated register definitions file
This common for all g based boards file should not be associated with a single board. BRANCH=none BUG=none TEST=the device still builds and boots. Change-Id: I34c49a095abd8e49b492c318823dd8f56609fdc8 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/313631 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/g_regs (renamed from util/cr50_regs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cr50_regs b/util/g_regs
index 1351abb60b..28e6f4a53d 100755
--- a/util/cr50_regs
+++ b/util/g_regs
@@ -15,7 +15,7 @@ my $usage = "
Usage: $prog [HEADER]
This converts the FPGA release's generated C header file into the
-cr50_fpga_regdefs.h file that is included by chip/g/registers.h.
+hw_regdefs.h file that is included by chip/g/registers.h.
Mostly it just prefaces the macros with GC_ to avoid name collision.
";