From patchwork Fri Jan 3 10:11:05 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 306548 X-Patchwork-Delegate: albert.aribaud@free.fr 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 A09432C00A4 for ; Fri, 3 Jan 2014 21:15:29 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4724D4AF1F; Fri, 3 Jan 2014 11:15:25 +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 MF8Yo9iHyhnJ; Fri, 3 Jan 2014 11:15:25 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C3B564AF5B; Fri, 3 Jan 2014 11:13:27 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AAD4D4ABCA for ; Fri, 3 Jan 2014 11:13:19 +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 nRDCLWZDO05t for ; Fri, 3 Jan 2014 11:13:15 +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-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by theia.denx.de (Postfix) with ESMTPS id 467824AEBA for ; Fri, 3 Jan 2014 11:12:09 +0100 (CET) Received: by mail-ee0-f54.google.com with SMTP id e51so5700570eek.13 for ; Fri, 03 Jan 2014 02:12:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references:in-reply-to:references:content-type; bh=XmpYjlqWiPq4nq8H2n9JVAneNNNXWuo6ykw6vYwMelI=; b=KZuQgDhJvVgUNpWyf/WSeTpd/2RZJyKOlpNSCxEuLlksN1MW2sNpHZr/ND6qH9XVcg fhXjg/iv3um7/v8s+7e980Icq7HpFpJhyKJ53dUTk/jr8AO/MLls5nux9tL65Jitl1QP NV+MGHFc9OD5B+WZnm5Sn0S/NrBbNn1ZcTU1oTAyPnFalTMnmJSqorqdZkm6GR+w3SGR LneMmyoqUx+4DYYCVZMoUGj8yfWrY/dyYyUCbWfa/WdWP5mnM+2efHbGtrZfbpfh52Gb tLq9yERap08lB//xtDIiCq0MBtWBzGSer7A8abtn+q7vVsDlvvmA4xninTWpgOqDWWT5 0U8g== X-Gm-Message-State: ALoCoQkQr/ENxPZGwDSBxm9EFWzkJ0C/VL0hg9FbTXT+p7qxPJz7PzgevRYm4fhQW57kCdZnOwiP X-Received: by 10.14.2.73 with SMTP id 49mr73982707eee.15.1388743929425; Fri, 03 Jan 2014 02:12:09 -0800 (PST) Received: from localhost (nat-63.starnet.cz. [178.255.168.63]) by mx.google.com with ESMTPSA id h3sm143609252eem.15.2014.01.03.02.12.07 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Fri, 03 Jan 2014 02:12:08 -0800 (PST) From: Michal Simek To: Michal Simek , u-boot@lists.denx.de, Joe Hershberger , linux-arm-kernel@lists.infradead.org, Albert Aribaud , Tom Rini Date: Fri, 3 Jan 2014 11:11:05 +0100 Message-Id: <08505bb99057204edd804585d5648382eecc494d.1388743861.git.michal.simek@xilinx.com> X-Mailer: git-send-email 1.8.2.3 In-Reply-To: References: In-Reply-To: References: Cc: Jagannadha Sutradharudu Teki Subject: [U-Boot] [PATCH v1 20/24] zynq-common: Define CONFIG_ENV_OVERWRITE 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: Jagannadha Sutradharudu Teki Defined CONFIG_ENV_OVERWRITE, which allow to overwrite serial baudrate and ethaddr. Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- Changes in v1: None include/configs/zynq.h | 3 +++ 1 file changed, 3 insertions(+) -- 1.8.2.3 diff --git a/include/configs/zynq.h b/include/configs/zynq.h index 2e82073..ed7de6c 100644 --- a/include/configs/zynq.h +++ b/include/configs/zynq.h @@ -109,6 +109,9 @@ /* Total Size of Environment Sector */ #define CONFIG_ENV_SIZE (128 << 10) +/* Allow to overwrite serial and ethaddr */ +#define CONFIG_ENV_OVERWRITE + /* Environment */ #ifndef CONFIG_ENV_IS_NOWHERE # ifndef CONFIG_SYS_NO_FLASH