From patchwork Tue Jun 16 09:20:01 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Robinson X-Patchwork-Id: 484879 X-Patchwork-Delegate: sbabic@denx.de 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 8CA9014018C for ; Tue, 16 Jun 2015 19:20:38 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=sYmJPq2H; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EF5174B65F; Tue, 16 Jun 2015 11:20:33 +0200 (CEST) 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 Mts6z3z0xhHi; Tue, 16 Jun 2015 11:20:33 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 78A4A4B667; Tue, 16 Jun 2015 11:20:29 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 52BA44B632 for ; Tue, 16 Jun 2015 11:20:24 +0200 (CEST) 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 TaS0Vst-px6o for ; Tue, 16 Jun 2015 11:20:24 +0200 (CEST) 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-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by theia.denx.de (Postfix) with ESMTPS id 3D2CB4B652 for ; Tue, 16 Jun 2015 11:20:15 +0200 (CEST) Received: by wigg3 with SMTP id g3so102593839wig.1 for ; Tue, 16 Jun 2015 02:20:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=MJmFj6BPoiCmGOOc/xF5kwPdRMN+BYE7VJx3IRPZEhc=; b=sYmJPq2H7sX00qD4C1DJ3s6mwXYlQ5S+uF+DmeWtaIQ7n6wDjiohgCd2NHYtfgSkbX YW09UwDaFVIF9xTJCrQsYAI4FtMt8qNWIxeUFj+8WIG7SuONKxjAhjNm7WdTjqSpBs2E VjBftbY7AYbnqO2WAfD+M5+PU8ekCYlWroLGzpoIp3AYAEZIPAsxmJr/1yVms6gkjRie Pca73AJKF8kbGsfOhCrBk5hYfrnWOe/xuiEf23IcP0Z166HdSDuMqF90CyU0CcKQcRm/ lbPv/0eJaRXKqXmXNV9CuAHmzZ8FF6qO6rTptC3WSIAkx6MGSHsidJsFLhusqZnI/VFW 8gAA== X-Received: by 10.180.109.6 with SMTP id ho6mr41474695wib.58.1434446415102; Tue, 16 Jun 2015 02:20:15 -0700 (PDT) Received: from neo.home.roving-it.com.com (213.95.187.81.in-addr.arpa. [81.187.95.213]) by mx.google.com with ESMTPSA id g11sm692902wjr.25.2015.06.16.02.20.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Jun 2015 02:20:14 -0700 (PDT) From: Peter Robinson To: Fabio Estevam , Stefano Babic , u-boot@lists.denx.de Date: Tue, 16 Jun 2015 10:20:01 +0100 Message-Id: <1434446402-5504-2-git-send-email-pbrobinson@gmail.com> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1434446402-5504-1-git-send-email-pbrobinson@gmail.com> References: <1434446402-5504-1-git-send-email-pbrobinson@gmail.com> Subject: [U-Boot] [PATCH 1/2] Drop duplicate CONFIG_SYS_NO_FLASH from mx6_common X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" It's defind earlier in the file Signed-off-by: Peter Robinson --- include/configs/mx6_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 50370e1..b37477a 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -87,7 +87,6 @@ #define CONFIG_CMD_FAT /* Miscellaneous configurable options */ -#define CONFIG_SYS_NO_FLASH #undef CONFIG_CMD_IMLS #define CONFIG_SYS_LONGHELP #define CONFIG_SYS_HUSH_PARSER