summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2017-03-21 15:45:32 +0100
committerchrome-bot <chrome-bot@chromium.org>2017-03-26 08:07:29 -0700
commit29e438184ff7ed178787ea69cbf5873b4956efc2 (patch)
tree0bf022cf6428d7ac10b74c935b9addb414393502
parenta240040cbf59c743d762b2c6a2eae1421840a66e (diff)
downloadchrome-ec-29e438184ff7ed178787ea69cbf5873b4956efc2.tar.gz
eve_fp: enable internal flash support
Enable the support to re-flash the STM32. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BRANCH=none BUG=b:35648258 TEST=On Eve, flash the FP MCU with: flashrom -p ec:type=fp --fast-verify -w /tmp/ec.bin Change-Id: I34ca69e1a530f217edb93cd8a189ee6c7244e353 Reviewed-on: https://chromium-review.googlesource.com/456712 Commit-Ready: Vincent Palatin <vpalatin@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Todd Broch <tbroch@chromium.org>
-rw-r--r--board/eve_fp/board.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/eve_fp/board.h b/board/eve_fp/board.h
index d764194a3c..856380f884 100644
--- a/board/eve_fp/board.h
+++ b/board/eve_fp/board.h
@@ -8,13 +8,6 @@
#ifndef __CROS_EC_BOARD_H
#define __CROS_EC_BOARD_H
-/*
- * TODO(crosbug.com/p/62893)
- * implement flash support for STM32L4
- * and write protection.
- */
-#undef CONFIG_FLASH
-#undef CONFIG_FLASH_PHYSICAL
#define CONFIG_SYSTEM_UNLOCKED
/* Serial console */