summaryrefslogtreecommitdiff
path: root/board/zinger/board.c
diff options
context:
space:
mode:
authorYuval Peress <peress@chromium.org>2021-01-05 23:20:50 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-07 19:22:12 +0000
commitd541e580f5db52b737a2d7a48046afdd9419d7d6 (patch)
treeb06bd54f937773364d14b10c14e637bf185ea5e0 /board/zinger/board.c
parentc3981e9ec46b0bb839b06a898bb0e99b760b3058 (diff)
downloadchrome-ec-d541e580f5db52b737a2d7a48046afdd9419d7d6.tar.gz
version: Rename version.h to cros_version.h
This change simply moves the include/version.h file over to avoid a naming collision with zephyr's version.h. BRANCH=none BUG=b:167392037 TEST=make buildall -j Signed-off-by: Yuval Peress <peress@chromium.org> Change-Id: Ib41b3c21817d5f81e713d3b550bc46a0d1c55cf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2612772 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'board/zinger/board.c')
-rw-r--r--board/zinger/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/zinger/board.c b/board/zinger/board.c
index 74da1ca9eb..b3784fde33 100644
--- a/board/zinger/board.c
+++ b/board/zinger/board.c
@@ -5,6 +5,7 @@
/* Tiny charger configuration */
#include "common.h"
+#include "cros_version.h"
#include "debug_printf.h"
#include "ec_commands.h"
#include "registers.h"
@@ -15,7 +16,6 @@
#include "task.h"
#include "usb_pd.h"
#include "util.h"
-#include "version.h"
/* Large 768-Byte buffer for RSA computation : could be re-use afterwards... */
static uint32_t rsa_workbuf[3 * RSANUMWORDS];