From patchwork Sat Aug 18 23:28:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 178501 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 851DF2C0085 for ; Sun, 19 Aug 2012 09:28:36 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BA66F2843B; Sun, 19 Aug 2012 01:28:33 +0200 (CEST) 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 t09DGDOuczpd; Sun, 19 Aug 2012 01:28:33 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 66E3228453; Sun, 19 Aug 2012 01:28:31 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4FBCD28453 for ; Sun, 19 Aug 2012 01:28:28 +0200 (CEST) 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 PaXjlF4jQyh2 for ; Sun, 19 Aug 2012 01:28:27 +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-gh0-f172.google.com (mail-gh0-f172.google.com [209.85.160.172]) by theia.denx.de (Postfix) with ESMTPS id 62DB12843B for ; Sun, 19 Aug 2012 01:28:25 +0200 (CEST) Received: by ghbg16 with SMTP id g16so5166302ghb.3 for ; Sat, 18 Aug 2012 16:28:24 -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:x-mailer; bh=UGXXjR2uVS94TV3C+9rdGRC5z01V8eMBwMOrl5dvcnw=; b=NoenaNRxQ3pC9NY4sZBmNae4Vuq94e8ujzS6EYjlgSHUQOP9SLyVowlaVKFuiczZ/i EdEDzTmOeahhlXOKvJlVnoN4q54iqqW/SRGWfw6wfg1EsHI4jbLo/9qIv6xoMwp3xwrr +ljJO2jBhePmnnYwcZAvQnuzrJfCqk7UjEauYryBHH4yTvG11XdkusKagAXvKab1NMxu NA3joM9iRiTemHg4vuyExWP/P9/YHluqjbYvsqtJS9MBNuy3To6d0H3L9+cUaBXwe15/ 63oKauPdjfXcCodiCI7vvz/69cF7Buy9eRVtGvTtL8b7hzHyzK/34T+vm1a+CTOtL9o0 jErA== Received: by 10.236.78.106 with SMTP id f70mr15268739yhe.51.1345332504278; Sat, 18 Aug 2012 16:28:24 -0700 (PDT) Received: from localhost.localdomain ([189.101.148.2]) by mx.google.com with ESMTPS id p21sm21384355yhj.11.2012.08.18.16.28.21 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 18 Aug 2012 16:28:23 -0700 (PDT) From: Fabio Estevam To: marex@denx.de Date: Sat, 18 Aug 2012 20:28:11 -0300 Message-Id: <1345332492-3273-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 Cc: Fabio Estevam , u-boot@lists.denx.de, otavio.salvador@ossystems.com.br Subject: [U-Boot] [PATCH 1/2] mx28evk: Remove unneeded 'undef' 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 From: Fabio Estevam There is no need to undef an option that is not enabled by default. Signed-off-by: Fabio Estevam Acked-by: Marek Vasut Acked-by: Stefano Babic --- include/configs/mx28evk.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 4e70617..b677e51 100644 --- a/include/configs/mx28evk.h +++ b/include/configs/mx28evk.h @@ -215,7 +215,6 @@ #define CONFIG_SF_DEFAULT_SPEED 24000000 /* (redundant) environemnt in SPI flash */ -#undef CONFIG_ENV_IS_IN_SPI_FLASH #ifdef CONFIG_ENV_IS_IN_SPI_FLASH #define CONFIG_SYS_REDUNDAND_ENVIRONMENT #define CONFIG_ENV_SIZE 0x1000 /* 4KB */