From efd633ccdd06361f63f9b8918eee647ceb65283d Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Mon, 1 Feb 2016 01:40:39 -0800 Subject: x86: tnc: Drop unprotect_spi_flash() Unprotecting SPI flash is now handled in the SPI controller driver, via a call to the PCH driver. Drop the ad-hoc version. Signed-off-by: Bin Meng Reviewed-by: Simon Glass Tested-by: Simon Glass --- include/configs/crownbay.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/crownbay.h') diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h index ffd65d5..fc1a8ba 100644 --- a/include/configs/crownbay.h +++ b/include/configs/crownbay.h @@ -16,7 +16,6 @@ #define CONFIG_SYS_MONITOR_LEN (1 << 20) #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_ARCH_EARLY_INIT_R -#define CONFIG_ARCH_MISC_INIT #define CONFIG_SMSC_LPC47M -- cgit v1.1