From patchwork Sun Apr 6 10:12:42 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Bolle X-Patchwork-Id: 3943241 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 7C9949F3DF for ; Sun, 6 Apr 2014 10:27:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 722242037A for ; Sun, 6 Apr 2014 10:27:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 678E42035C for ; Sun, 6 Apr 2014 10:27:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754181AbaDFK1v (ORCPT ); Sun, 6 Apr 2014 06:27:51 -0400 Received: from cpsmtpb-ews07.kpnxchange.com ([213.75.39.10]:59643 "EHLO cpsmtpb-ews07.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754180AbaDFK1v (ORCPT ); Sun, 6 Apr 2014 06:27:51 -0400 X-Greylist: delayed 907 seconds by postgrey-1.27 at vger.kernel.org; Sun, 06 Apr 2014 06:27:51 EDT Received: from cpsps-ews24.kpnxchange.com ([10.94.84.190]) by cpsmtpb-ews07.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Sun, 6 Apr 2014 12:12:42 +0200 Received: from CPSMTPM-TLF102.kpnxchange.com ([195.121.3.5]) by cpsps-ews24.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Sun, 6 Apr 2014 12:12:42 +0200 Received: from [192.168.10.106] ([195.240.213.44]) by CPSMTPM-TLF102.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Sun, 6 Apr 2014 12:12:42 +0200 Message-ID: <1396779162.30640.14.camel@x220> Subject: [PATCH] ARM: SAMSUNG: remove two unused S3C boot options From: Paul Bolle To: Ben Dooks , Kukjin Kim , Russell King Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Date: Sun, 06 Apr 2014 12:12:42 +0200 X-Mailer: Evolution 3.10.4 (3.10.4-2.fc20) Mime-Version: 1.0 X-OriginalArrivalTime: 06 Apr 2014 10:12:42.0907 (UTC) FILETIME=[BF976EB0:01CF5180] X-RcptDomain: vger.kernel.org Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-7.2 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Commit 19a964644f1e ("ARM: SAMSUNG: remove all custom uncompress.h") removed the only users of S3C_BOOT_ERROR_RESET and S3C_BOOT_UART_FORCE_FIFO. Remove their Kconfig entries too. Signed-off-by: Paul Bolle --- Untested. arch/arm/plat-samsung/Kconfig | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index b57e922f1614..f615c0e7b226 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig @@ -40,20 +40,6 @@ if PLAT_SAMSUNG comment "Boot options" -config S3C_BOOT_ERROR_RESET - bool "S3C Reboot on decompression error" - help - Say y here to use the watchdog to reset the system if the - kernel decompressor detects an error during decompression. - -config S3C_BOOT_UART_FORCE_FIFO - bool "Force UART FIFO on during boot process" - default y - help - Say Y here to force the UART FIFOs on during the kernel - uncompressor - - config S3C_LOWLEVEL_UART_PORT int "S3C UART to use for low-level messages" default 0