From 3db02b1b318d0a6c67e673ff966c9095f67b7132 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 26 Mar 2015 09:29:35 -0600 Subject: exynos: cros_ec: Drop unnecessary init Since driver model will probe the EC when it is first used, we do not need to init it explicitly. Signed-off-by: Simon Glass --- include/configs/snow.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/snow.h') diff --git a/include/configs/snow.h b/include/configs/snow.h index fe802f253c..0b30791648 100644 --- a/include/configs/snow.h +++ b/include/configs/snow.h @@ -23,7 +23,6 @@ #define CONFIG_POWER_TPS65090_I2C #define CONFIG_BOARD_COMMON -#define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_USB_XHCI #define CONFIG_USB_XHCI_EXYNOS -- cgit v1.2.3