summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2019-08-23 19:40:41 -0700
committerCommit Bot <commit-bot@chromium.org>2019-09-13 06:18:18 +0000
commit764a59aae63c838e193822541154cdfcd0ccaa59 (patch)
treee669b00780aaf85fd8c2c04253b6d67175a79f9c
parent38bb196419ace3bc47a6380fcec53d77e271d16d (diff)
downloadchrome-ec-764a59aae63c838e193822541154cdfcd0ccaa59.tar.gz
config.h: remove CONFIG_BOARD_SYS_PRE_INIT
CONFIG_BOARD_SYS_PRE_INIT appears to be a dangling config option. there are no references anywhere to CONFIG_BOARD_SYS_PRE_INIT in the code base. BUG=none BRANCH=none TEST=verified there are no references to CONFIG_BOARD_SYS_PRE_INIT Change-Id: I6b34459cc170cb51075b4008da09b958cc89e0e9 Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1772526 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
-rw-r--r--include/config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/config.h b/include/config.h
index 733b5036ce..da88d31015 100644
--- a/include/config.h
+++ b/include/config.h
@@ -643,11 +643,6 @@
*/
#undef CONFIG_BOARD_FORCE_RESET_PIN
-/*
- * Call board level configuration at the end of chip level system pre-init.
- */
-#undef CONFIG_BOARD_SYS_PRE_INIT
-
/* Permanent LM4 boot configuration */
#undef CONFIG_BOOTCFG_VALUE