From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 31 Mar 2015 21:15:59 -0600 Subject: [U-Boot] [PATCH v2 08/17] cros_ec: Drop unused CONFIG_DM_CROS_EC In-Reply-To: <1427383781-7151-9-git-send-email-sjg@chromium.org> References: <1427383781-7151-1-git-send-email-sjg@chromium.org> <1427383781-7151-9-git-send-email-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 26 March 2015 at 09:29, Simon Glass wrote: > Since all supported boards enable this option now, we can remove it along > with the old code. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/sandbox/Kconfig | 3 - > board/samsung/smdk5420/Kconfig | 6 -- > common/cros_ec.c | 30 +----- > configs/sandbox_defconfig | 1 - > configs/snow_defconfig | 1 - > drivers/misc/Kconfig | 10 -- > drivers/misc/cros_ec.c | 240 ----------------------------------------- > drivers/misc/cros_ec_lpc.c | 13 --- > drivers/misc/cros_ec_sandbox.c | 73 ------------- > include/cros_ec.h | 130 ---------------------- > 10 files changed, 1 insertion(+), 506 deletions(-) Applied to u-boot-dm/next