diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-26 09:29:33 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:15 -0600 |
commit | 06fbf1026383e2d7af035d4d90d8240235d273cf (patch) | |
tree | 75981a655058158ab7873d2322aa65dd47f65578 /include | |
parent | 60f37fc6aaece8dcf0241435d42b0580c93c7b91 (diff) | |
download | u-boot-imx-06fbf1026383e2d7af035d4d90d8240235d273cf.zip u-boot-imx-06fbf1026383e2d7af035d4d90d8240235d273cf.tar.gz u-boot-imx-06fbf1026383e2d7af035d4d90d8240235d273cf.tar.bz2 |
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 <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/sandbox.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |