From patchwork Fri Jun 28 21:52:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 255684 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 C76582C009D for ; Sat, 29 Jun 2013 07:57:00 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 17A5A4A02A; Fri, 28 Jun 2013 23:55:18 +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 DvR9uRU+KMnZ; Fri, 28 Jun 2013 23:55:17 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E7F7B4A023; Fri, 28 Jun 2013 23:54:24 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3F10F4A029 for ; Fri, 28 Jun 2013 23:54:11 +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 fa9y1vb7hAEA for ; Fri, 28 Jun 2013 23:54:05 +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-f175.google.com (mail-ye0-f175.google.com [209.85.213.175]) by theia.denx.de (Postfix) with ESMTPS id B3F2F4A032 for ; Fri, 28 Jun 2013 23:53:40 +0200 (CEST) Received: by mail-ye0-f175.google.com with SMTP id q8so513607yen.6 for ; Fri, 28 Jun 2013 14:53:35 -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=W/dmi/h2r4jXGQytRQthOk9xodhvhsu16uL4SnPrMfs=; b=V+UkkoXKoDw2c82hY+CNg+RE/N7S3IGQOUxCqnqX8Ytp8ZX6KP/Hx44yX4V+NFHdSc C6HtNvJE24pWWSOIhSgD6XuCzOG/xoVUEz8UGtg8pEnT6WNdNXhE+DceaX3moWVDPQro 65p9oRAm5gQCPht/mcX2dz7sOKnEBibyNuZW1Q8td///f1Jx7Y1cZKveoUp/okyVuGGi Te9IDy/wGFNxu6fXx4fN/w5974Pd3Qco4xVyGOne9Ny5HaD7p777Xya2jweRbGYhXPyn MkpRdpPBBIse0Y7HU08xVSkt0//MyB/ZdCIUrrMHz9hwj8AVGdeDrATMvrxyJXhEa8zv OElw== X-Received: by 10.236.231.46 with SMTP id k44mr8256136yhq.37.1372456415848; Fri, 28 Jun 2013 14:53:35 -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.33 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 28 Jun 2013 14:53:35 -0700 (PDT) From: Otavio Salvador To: U-Boot Mailing List Date: Fri, 28 Jun 2013 18:52:41 -0300 Message-Id: <1372456364-10143-4-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 3/6] mx6slevk: 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/mx6slevk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 19dcdd6..55e3ad9 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -73,8 +73,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=" \