From patchwork Thu Oct 10 14:25:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 282272 X-Patchwork-Delegate: trini@ti.com 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 192542C00CA for ; Fri, 11 Oct 2013 01:25:42 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 958594A088; Thu, 10 Oct 2013 16:25:38 +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 ROJ5KquSkTAg; Thu, 10 Oct 2013 16:25:38 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B57994A092; Thu, 10 Oct 2013 16:25:36 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5FFB34A092 for ; Thu, 10 Oct 2013 16:25:34 +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 d38XqftGy1g0 for ; Thu, 10 Oct 2013 16:25:28 +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-qe0-f54.google.com (mail-qe0-f54.google.com [209.85.128.54]) by theia.denx.de (Postfix) with ESMTPS id 4D7EB4A088 for ; Thu, 10 Oct 2013 16:25:21 +0200 (CEST) Received: by mail-qe0-f54.google.com with SMTP id 1so2056293qec.27 for ; Thu, 10 Oct 2013 07:25:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id; bh=grTJqOoA25Hc/L6ig/Sfqibdnyjp5HHlpMqzpfN1t/4=; b=Pjlwlg1wVSe+0Lmf20vBSgUzh7173djVOLNgg/J4oENVvfw3Z5fykd4/XqV/wL6FfO krfEfQHfLiFWzcSbU81V9uPrbD6mM6yWxzjukEBV9HAdDVZ+/ju1Uhx3hAtYK/z1C7JO xZwRo8rZB6oJLA3Zx85ty/Uk1aUJN7qxtNn/ZHN8XJflpkuC6SuAPQElbRtsB/zXcds4 +iHjWYtphWUtMzamWV4Zn3vj5+ZDDDdJGm2N37SRNxIvvGwvj8f6tds1TJwTncD/wQV0 +z6RIOX0K/oIPDwBBkUa0oEBsoxoJnzQp9L71DJbJoSiW43sohVKahzkyZkXjM+T9U52 PmyQ== X-Received: by 10.229.109.193 with SMTP id k1mr10803834qcp.9.1381415118913; Thu, 10 Oct 2013 07:25:18 -0700 (PDT) Received: from localhost.localdomain (cpe-174-106-216-211.ec.res.rr.com. [174.106.216.211]) by mx.google.com with ESMTPSA id 4sm96261794qak.11.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Oct 2013 07:25:17 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Date: Thu, 10 Oct 2013 10:25:18 -0400 Message-Id: <1381415118-21231-1-git-send-email-trini@ti.com> X-Mailer: git-send-email 1.7.9.5 Subject: [U-Boot] [PATCH] am335x_evm.h: Make 'am335x_boneblack' use redundant environment 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 Signed-off-by: Tom Rini --- include/configs/am335x_evm.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index f746e48..c2ba7e3 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -359,6 +359,9 @@ #define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 1 #define CONFIG_SYS_MMC_ENV_PART 2 +#define CONFIG_ENV_OFFSET 0x0 +#define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) +#define CONFIG_SYS_REDUNDAND_ENVIRONMENT #endif /* SPI flash. */