From 06fbf1026383e2d7af035d4d90d8240235d273cf Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 26 Mar 2015 09:29:33 -0600 Subject: sandbox: 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/sandbox.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/sandbox.h') diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 558ea2c..c49a847 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -151,7 +151,6 @@ #define CONFIG_BOOTARGS "" -#define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_BOARD_LATE_INIT #define CONFIG_SOUND -- cgit v1.1