From b2f6e2cbfad15bbf07c78be11f9fe6376acfb745 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Tue, 19 Nov 2019 19:33:43 -0800 Subject: cr50: drop unused definition of CONFIG_FLASH_READOUT_PROTECTION No code depending on this define is relevant for Cr50, it was added to this board file by mistake. BRANCH=cr50, cr50-mp BUG=none TEST=size of the generated Cr50 image remains the same before and after this patch. Change-Id: I31d5bffdc9b5109f1d4bb929dea66834a3bfa660 Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1925681 Reviewed-by: Nicolas Boichat --- board/cr50/board.h | 1 - 1 file changed, 1 deletion(-) diff --git a/board/cr50/board.h b/board/cr50/board.h index ebca03b0ee..51e7b76251 100644 --- a/board/cr50/board.h +++ b/board/cr50/board.h @@ -44,7 +44,6 @@ /* Flash configuration */ #undef CONFIG_FLASH_PSTATE #define CONFIG_WP_ALWAYS -#define CONFIG_FLASH_READOUT_PROTECTION #define CONFIG_CMD_FLASH #define CONFIG_CRC8 -- cgit v1.2.1