From patchwork Sun Nov 27 20:37:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anatolij Gustschin X-Patchwork-Id: 127902 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 303DAB6F9C for ; Mon, 28 Nov 2011 07:37:32 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F420B28091; Sun, 27 Nov 2011 21:37:27 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HOzP-0ao9pU5; Sun, 27 Nov 2011 21:37:27 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0761F28088; Sun, 27 Nov 2011 21:37:24 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 33AF928088 for ; Sun, 27 Nov 2011 21:37:22 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RfSH+Fsw6Q4H for ; Sun, 27 Nov 2011 21:37:20 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by theia.denx.de (Postfix) with ESMTP id 33FB628083 for ; Sun, 27 Nov 2011 21:37:18 +0100 (CET) Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 0CA3C188A178; Sun, 27 Nov 2011 21:40:35 +0100 (CET) X-Auth-Info: BHeEA7wPo9V5PYc6h7pnB9RWHYi9eHOWiR7kI4DrWHo= Received: from localhost (pD9E2F8A9.dip.t-dialin.net [217.226.248.169]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA id 06B8F1C000AC; Sun, 27 Nov 2011 21:37:17 +0100 (CET) From: Anatolij Gustschin To: u-boot@lists.denx.de Date: Sun, 27 Nov 2011 21:37:17 +0100 Message-Id: <1322426237-19606-1-git-send-email-agust@denx.de> X-Mailer: git-send-email 1.7.1 Cc: Fabio Estevam Subject: [U-Boot] [PATCH] MAKEALL: remove mx31pdk_nand X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Commit e56daf635b4ae3598fcac83269dc659bff696cca (mx31pdk: Remove unneeded config) missed to remove unneeded mx31pdk_nand entry from MAKEALL. Drop removed mx31pdk_nand configuration option from LIST_ARM11 list to cleanup MAKEALL log. Signed-off-by: Anatolij Gustschin Cc: Fabio Estevam Cc: Stefano Babic --- MAKEALL | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/MAKEALL b/MAKEALL index 95b7cd3..2a77857 100755 --- a/MAKEALL +++ b/MAKEALL @@ -316,7 +316,6 @@ LIST_ARM11="$(boards_by_cpu arm1136) \ imx31_phycore \ imx31_phycore_eet \ mx31pdk \ - mx31pdk_nand \ smdk6400 \ "