From 2c37de83e78e98820ce2a7473932afdec029d2a6 Mon Sep 17 00:00:00 2001 From: Philip Chen Date: Fri, 2 Jul 2021 16:47:58 -0700 Subject: system: Clean up system_get_board_version() Refactor system_get_board_version() a bit so that we can remove CONFIG_BOARD_VERSION_CUSTOM and CONFIG_BOARD_VERSION from config.h. BRANCH=None BUG=b:186264627 TEST=make buildall -j TEST=zmake testall Cq-Depend: chromium:3015243 Change-Id: Id5ab809493c297b7d330ea13dcd6934ec00042a6 Signed-off-by: Philip Chen Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3004112 Commit-Queue: Philip Chen Tested-by: Philip Chen Reviewed-by: Keith Short Reviewed-by: Daisuke Nojiri --- baseboard/grunt/baseboard.h | 1 - 1 file changed, 1 deletion(-) (limited to 'baseboard/grunt') diff --git a/baseboard/grunt/baseboard.h b/baseboard/grunt/baseboard.h index 7f22d92d17..5206b0a5a2 100644 --- a/baseboard/grunt/baseboard.h +++ b/baseboard/grunt/baseboard.h @@ -34,7 +34,6 @@ #define CONFIG_ADC #define CONFIG_BACKLIGHT_LID #define CONFIG_BACKLIGHT_LID_ACTIVE_LOW -#define CONFIG_BOARD_VERSION_CUSTOM #define CONFIG_CMD_AP_RESET_LOG #define CONFIG_HIBERNATE_PSL #define CONFIG_HOSTCMD_LPC -- cgit v1.2.1