summaryrefslogtreecommitdiff
path: root/board/redrix
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2021-11-25 17:12:11 +0800
committerCommit Bot <commit-bot@chromium.org>2021-11-30 00:42:31 +0000
commit048ed1dca23971a4f17c13e131e2b188d839e912 (patch)
tree31e936ac11362c15abb1e7f902a33ee542993dd5 /board/redrix
parentfdb111b606f2fd31dedbd8fbaed29e3ceb027683 (diff)
downloadchrome-ec-048ed1dca23971a4f17c13e131e2b188d839e912.tar.gz
cleanup: redrix: Fix macro string
BUG=none BRANCH=none TEST=make BOARD=redrix Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I72a499ad21990911ffb3c7627dd2db2a9697f22c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3302223 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'board/redrix')
-rw-r--r--board/redrix/fw_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/redrix/fw_config.h b/board/redrix/fw_config.h
index 6480f07b35..9a73890f7d 100644
--- a/board/redrix/fw_config.h
+++ b/board/redrix/fw_config.h
@@ -3,8 +3,8 @@
* found in the LICENSE file.
*/
-#ifndef __BOARD_BRYA_FW_CONFIG_H_
-#define __BOARD_BRYA_FW_CONFIG_H_
+#ifndef __BOARD_REDRIX_FW_CONFIG_H_
+#define __BOARD_REDRIX_FW_CONFIG_H_
#include <stdint.h>
@@ -52,4 +52,4 @@ union redrix_cbi_fw_config get_fw_config(void);
*/
bool ec_cfg_has_eps(void);
-#endif /* __BOARD_BRYA_FW_CONFIG_H_ */
+#endif /* __BOARD_REDRIX_FW_CONFIG_H_ */