From patchwork Wed Sep 19 22:28:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 185238 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 B83FC2C008A for ; Thu, 20 Sep 2012 08:28:19 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 850D028098; Thu, 20 Sep 2012 00:28:17 +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 jfiqCI+fy6p9; Thu, 20 Sep 2012 00:28:16 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BC76D28089; Thu, 20 Sep 2012 00:28:14 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 428E928088 for ; Thu, 20 Sep 2012 00:28:12 +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 xx6-Amb4nnvo for ; Thu, 20 Sep 2012 00:28:11 +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-yx0-f172.google.com (mail-yx0-f172.google.com [209.85.213.172]) by theia.denx.de (Postfix) with ESMTPS id 617A528089 for ; Thu, 20 Sep 2012 00:28:09 +0200 (CEST) Received: by yenl13 with SMTP id l13so450234yen.3 for ; Wed, 19 Sep 2012 15:28:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=rHnf9/WAQZVxd4nnH9Xflr3OxUihY5XzifxzsU9/w+A=; b=OwIjK5K24pQXaV1Sm4LmiAE4/FSqB+DVvCIX5LNoT/TtOXegdZVDCqdtHKgozj9WcE P3RgTQJJ+F0SZ26NZ9PFimj0X1Q92IKh4JlpjdvUDRKqqSbIuILgy9Ez4UNWvngL8fun Gar/113MSNyT9FvlOVhU51rrN4cNDa4FzovO44CwduquSvpl5vMVtd05kH46nMxGroKW 9WOxsMgdDjYRZGXGehqBgaZAYtmiWjyjHDCMyC6eLAI8pI1bDEAfqkIKsixnCyvwFT/H YSdYqq6E5nHRAkkOYkBSyGU+dTJShqmMeCv1q0CVnhxF+4mwhB7KYv41bAPYQRpsonO1 Pt3g== Received: by 10.236.182.197 with SMTP id o45mr5274586yhm.23.1348093688498; Wed, 19 Sep 2012 15:28:08 -0700 (PDT) Received: from nano.lab.ossystems.com.br.lab.ossystems.com.br ([177.100.163.15]) by mx.google.com with ESMTPS id p21sm5981714yhj.11.2012.09.19.15.28.06 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Sep 2012 15:28:07 -0700 (PDT) From: Otavio Salvador To: U-Boot Mailing List Date: Wed, 19 Sep 2012 19:28:11 -0300 Message-Id: <1348093693-27697-2-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1348093693-27697-1-git-send-email-otavio@ossystems.com.br> References: <1348093693-27697-1-git-send-email-otavio@ossystems.com.br> Cc: Fabio Estevam Subject: [U-Boot] [PATCH v2 2/3] mx6qsabrelite: Change default environment to cope with OE changes 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 OpenEmbedded has change partitioning layout of generated image so it does not raise warnings during the boot regarding unkown partition being used for U-Boot. Signed-off-by: Otavio Salvador --- Changes in v2: - add initrd and fdt info back include/configs/mx6qsabrelite.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index 72d0154..b6c5773 100644 --- a/include/configs/mx6qsabrelite.h +++ b/include/configs/mx6qsabrelite.h @@ -145,8 +145,8 @@ "fdt_high=0xffffffff\0" \ "initrd_high=0xffffffff\0" \ "mmcdev=0\0" \ - "mmcpart=2\0" \ - "mmcroot=/dev/mmcblk0p3 rootwait rw\0" \ + "mmcpart=1\0" \ + "mmcroot=/dev/mmcblk0p2 rootwait rw\0" \ "mmcargs=setenv bootargs console=${console},${baudrate} " \ "root=${mmcroot}\0" \ "loadbootscript=" \