summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2020-03-02 17:29:54 -0800
committerCommit Bot <commit-bot@chromium.org>2020-03-05 19:45:19 +0000
commit180ad9b2403656ff30de26569d108d205f8b1d9a (patch)
tree5150968f1008615d227e29e57bc3c35a5dfaee91 /util
parent02ebf268d260b34a2a2b8f7937d2a3db0c2a3e86 (diff)
downloadchrome-ec-180ad9b2403656ff30de26569d108d205f8b1d9a.tar.gz
ec_commands.h: Minor changes to integrate with cros_ec_commands.h
- Update license - Extend #ifdef to remove code not needed by the kernel. BUG=chromium:945948 BRANCH=none TEST=compile. Check changes with linux-next/master cros_ec_commands.h. Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Change-Id: If0d5a49498a17a24ad7fae6e6bab9b7378374067 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2084024 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/make_linux_ec_commands_h.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/make_linux_ec_commands_h.sh b/util/make_linux_ec_commands_h.sh
index b860e61f65..c5c3cf6c68 100755
--- a/util/make_linux_ec_commands_h.sh
+++ b/util/make_linux_ec_commands_h.sh
@@ -50,7 +50,7 @@ patch "${tmp}" << EOF
-/* Copyright 2014 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
-+/* SPDX-License-Identifier: GPL-2.0 */
++/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Host communication command constants for ChromeOS EC
+ *