From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from webbox1416.server-home.net ([77.236.96.61]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Tqhxp-0000CO-RU for ptxdist@pengutronix.de; Thu, 03 Jan 2013 11:23:55 +0100 Received: from comm.systec-electronic.de (95-91-81-39-dynip.superkabel.de [95.91.81.39]) by webbox1416.server-home.net (Postfix) with ESMTPA id E45D127A5AE for ; Thu, 3 Jan 2013 11:20:50 +0100 (CET) From: Alexander Stein Date: Thu, 3 Jan 2013 11:23:40 +0100 Message-Id: <1357208620-28044-1-git-send-email-alexander.stein@systec-electronic.com> Subject: [ptxdist] [PATCH] u-boot: Remove unused symbols Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Alexander Stein U_BOOT_PROMPT and U_BOOT_SERIES is nowhere used in ptxdist Signed-off-by: Alexander Stein --- platforms/u-boot.in | 20 -------------------- 1 files changed, 0 insertions(+), 20 deletions(-) diff --git a/platforms/u-boot.in b/platforms/u-boot.in index e5401d6..244bee3 100644 --- a/platforms/u-boot.in +++ b/platforms/u-boot.in @@ -18,26 +18,6 @@ config U_BOOT_MD5 string prompt "U-Boot source md5" -config U_BOOT_PROMPT - string - prompt "uboot prompt" - default "uboot> " - help - Specify the uboot prompt here, be careful at this one. Wrong value can cause malfunction - on the host side when using ptxdist's test and autosetup features. - The value is used in regular expressions to communicate with the target via serial line. - -config U_BOOT_SERIES - prompt "patch series file" - string - default "series" - help - This entry specifies a patch series file which has to live in - the kernel patches directory: - - The series file contains lines with names of patch files which - are then being applied to the kernel. - config U_BOOT_CONFIG string prompt "U-Boot config target" -- 1.7.8.6 -- ptxdist mailing list ptxdist@pengutronix.de