From patchwork Mon Apr 8 16:34:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 234837 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 06AD02C008D for ; Tue, 9 Apr 2013 02:34:52 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9CFF34A090; Mon, 8 Apr 2013 18:34:50 +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 rgneR+kU09H3; Mon, 8 Apr 2013 18:34:50 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C429B4A052; Mon, 8 Apr 2013 18:34:47 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8CB294A052 for ; Mon, 8 Apr 2013 18:34:45 +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 29N0-0QAbWTY for ; Mon, 8 Apr 2013 18:34:44 +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-yh0-f47.google.com (mail-yh0-f47.google.com [209.85.213.47]) by theia.denx.de (Postfix) with ESMTPS id D4E0A4A047 for ; Mon, 8 Apr 2013 18:34:42 +0200 (CEST) Received: by mail-yh0-f47.google.com with SMTP id z12so918526yhz.20 for ; Mon, 08 Apr 2013 09:34:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :organization:user-agent; bh=buD1Q1vn3xycvdOMMU2mn8hUW/j1tJJ13Vlt5byXTwA=; b=yvRK45kkqE+DS9L+nCwzrmmD+31Zq3b8jpozqlPlggwepH6uogom7C1C+aYCx/Q9kS LmUaWcx66tysIfdbJYANEksW3Chec0eeZniv9J/9iqRUKIrIxmdli2amdf8foT15zJxp jtUQlocu1QRWVGcTFLtha35TM0yfTmyqTXQIpYBvP1CykMaAChlULrUydsmLRr8i3d4v c9rD1e8ES67Hn7fj9uuSSsBIkvwj7kox7DfhrgPK7lOBT/kCYAMcFEindN1VAmTX7VFv loxQbdbGvQ92zJL5OaNLtFTjQZypGVb6erazJ38iGhuRwg1uk48z8JzbpBisAmEpo30i nt4g== X-Received: by 10.236.154.2 with SMTP id g2mr13351057yhk.142.1365438881171; Mon, 08 Apr 2013 09:34:41 -0700 (PDT) Received: from bill-the-cat (cpe-065-184-250-089.ec.res.rr.com. [65.184.250.89]) by mx.google.com with ESMTPS id s10sm12033064yho.13.2013.04.08.09.34.38 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 08 Apr 2013 09:34:39 -0700 (PDT) Date: Mon, 8 Apr 2013 12:34:37 -0400 From: Tom Rini To: u-boot@lists.denx.de Message-ID: <20130408163437.GA1509@bill-the-cat> References: <1365178906-22652-1-git-send-email-trini@ti.com> <1365178906-22652-3-git-send-email-trini@ti.com> MIME-Version: 1.0 In-Reply-To: <1365178906-22652-3-git-send-email-trini@ti.com> Organization: Texas Instruments User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [U-Boot] [PATCH 2/3] omap5_evm.h: Move uEVM-specific choices to omap5_evm.h 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de On Fri, Apr 05, 2013 at 12:21:45PM -0400, Tom Rini wrote: > The omap5_uevm platform has eMMC, and it makes sense to say that our > default env storage shall reside there. Other platforms may not, so > move this choice to the EVM config. In addition, we should provide some > way to partition the flash for later usage, so take advantage of the GPT > partition table support code and allow that to be setup with some > reasonable defaults. > > Cc: Sricharan R > Signed-off-by: Tom Rini With the following change (in addition to _evm.h -> _uevm.h): Applied to u-boot-ti/master. And the "for now" comment is about waiting until the platform is in some peoples hands and we can better evaluate defaults and so forth for it. diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 10a4939..28a306b 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -28,6 +28,8 @@ #ifndef __CONFIG_DRA7XX_EVM_H #define __CONFIG_DRA7XX_EVM_H +#define CONFIG_ENV_IS_NOWHERE /* For now. */ + #include #define CONFIG_DRA7XX /* in a TI DRA7XX core */