From 29e438184ff7ed178787ea69cbf5873b4956efc2 Mon Sep 17 00:00:00 2001 From: Vincent Palatin Date: Tue, 21 Mar 2017 15:45:32 +0100 Subject: [PATCH] eve_fp: enable internal flash support Enable the support to re-flash the STM32. Signed-off-by: Vincent Palatin 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 Tested-by: Vincent Palatin Reviewed-by: Todd Broch --- board/eve_fp/board.h | 7 ------- 1 file changed, 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 */