From patchwork Fri Jun 28 21:52:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 255683 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 3B2582C0098 for ; Sat, 29 Jun 2013 07:56:14 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E71594A029; Fri, 28 Jun 2013 23:55:00 +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 N2g0NyGhWnyb; Fri, 28 Jun 2013 23:55:00 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D59FE4A037; Fri, 28 Jun 2013 23:54:16 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DE8804A02D for ; Fri, 28 Jun 2013 23:54:07 +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 JVmw28ngVFyS for ; Fri, 28 Jun 2013 23:53:48 +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-ye0-f171.google.com (mail-ye0-f171.google.com [209.85.213.171]) by theia.denx.de (Postfix) with ESMTPS id 05A884A030 for ; Fri, 28 Jun 2013 23:53:39 +0200 (CEST) Received: by mail-ye0-f171.google.com with SMTP id q14so524037yen.30 for ; Fri, 28 Jun 2013 14:53:33 -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=Wn1gSnHrMivA4mTRysMk6MGLkgdVMPy0GDocPwbPAuw=; b=IvHK+pM6NBVmkG99w3gzE1mCfrnbobEdzkcVUh7BlXG+cRr+S1XIRIxp3bTz9DwiY3 9zncDswt+Zm1i62r0TIeSDrVgyVqgKu8mKqbg3qTohx6c2e1Gr0W7yT1c0XOBhXUcKRr iTuvd84SavXB8YZCNOQ+zDlZFex27vWTGfHjew04RSpYFcQ3NeBIUMLX1HBl6zq2oITw ZJs4dkzz46+V5ICY5hL7wtNZc/BHqCoRWNluU41Gc/U+gQ0LmCTOHP8aAcoK3wHKIJ9U skvXeqlP6CaUvD+CzVyvFE45nhkpAzXzTgheqHYdBooXE+I6cvf8lCCP9sSve0sl6G9i c8Nw== X-Received: by 10.236.226.99 with SMTP id a93mr8279712yhq.106.1372456413580; Fri, 28 Jun 2013 14:53:33 -0700 (PDT) Received: from nano.lab.ossystems.com.br ([177.194.194.146]) by mx.google.com with ESMTPSA id j5sm14246879yhk.20.2013.06.28.14.53.31 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 28 Jun 2013 14:53:32 -0700 (PDT) From: Otavio Salvador To: U-Boot Mailing List Date: Fri, 28 Jun 2013 18:52:40 -0300 Message-Id: <1372456364-10143-3-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1372456364-10143-1-git-send-email-otavio@ossystems.com.br> References: <1372456364-10143-1-git-send-email-otavio@ossystems.com.br> Cc: Fabio Estevam , Otavio Salvador Subject: [U-Boot] [PATCH 2/6] 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 --- 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 b814418..c7db81d 100644 --- a/include/configs/mx6qsabrelite.h +++ b/include/configs/mx6qsabrelite.h @@ -170,8 +170,8 @@ "boot_fdt=try\0" \ "ip_dyn=yes\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=" \