From patchwork Fri Dec 21 16:59:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 207844 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 3F4342C0097 for ; Sat, 22 Dec 2012 04:02:19 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BA80E4A096; Fri, 21 Dec 2012 18:02:17 +0100 (CET) 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 7JASEnSPcVPQ; Fri, 21 Dec 2012 18:02:17 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5189F4A09B; Fri, 21 Dec 2012 18:02:15 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EFE374A090 for ; Fri, 21 Dec 2012 18:02:11 +0100 (CET) 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 ObmnXbwtNco8 for ; Fri, 21 Dec 2012 18:02:11 +0100 (CET) X-Greylist: delayed 357 seconds by postgrey-1.27 at theia; Fri, 21 Dec 2012 18:02:06 CET 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-f179.google.com (mail-ye0-f179.google.com [209.85.213.179]) by theia.denx.de (Postfix) with ESMTPS id 7791E4A09D for ; Fri, 21 Dec 2012 18:02:06 +0100 (CET) Received: by mail-ye0-f179.google.com with SMTP id m4so944506yen.24 for ; Fri, 21 Dec 2012 09:02:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=i60kLPfLd+F+hDZS6LiTYNE9FQvGauFSwvortiS67ZM=; b=G+7pkbOCXA5m2h0d9LxncUKrLjmduzVGvOSn1DHqcqbkATcfNe8eAKIAeKZhHA9Bh2 DqCAZf8UgnOS71GubNe5v6QMh2vciPYqbM+N9xUU+dUa7Ud7C7ZhPkG3l4U9TF4XOudr SWKOPVNHmcAYDYxF3Jq+kfz8Tlnl5uKU9YbMaXNcfTbxexjjcHtlXa4kaqBZji3thgPc Xt7rZIZzXbiDqd6GXsmN1VLEHnqtDXJkWH9ej23XHTQil2pipMMfagkSfc75jJZ583fk H2KSszQ7IN2gS5MRTiQqRl0zAyp0tO6iBkcjqcYkrQ8niK4PnkRLLp4k14YpUwQnzV/o fZBQ== X-Received: by 10.236.135.238 with SMTP id u74mr13302170yhi.52.1356108971077; Fri, 21 Dec 2012 08:56:11 -0800 (PST) Received: from nano.lab.ossystems.com.br.lab.ossystems.com.br ([187.23.158.26]) by mx.google.com with ESMTPS id k63sm11162510yhj.20.2012.12.21.08.56.08 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 21 Dec 2012 08:56:10 -0800 (PST) From: Otavio Salvador To: U-Boot Mailing List Date: Fri, 21 Dec 2012 14:59:04 -0200 Message-Id: <1356109151-6623-3-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1356109151-6623-1-git-send-email-otavio@ossystems.com.br> References: <1356109151-6623-1-git-send-email-otavio@ossystems.com.br> Cc: Fabio Estevam , Otavio Salvador Subject: [U-Boot] [PATCH 2/9] mx53loco: We shouldn't hardcode a rootfs filesystem type 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 For a generic environment, we shouldn't have a fixed rootfs filesystem so we drop it from env. Signed-off-by: Otavio Salvador --- include/configs/mx53loco.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index e30502b..5f8f52e 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -120,11 +120,8 @@ "uimage=uImage\0" \ "mmcdev=0\0" \ "mmcpart=2\0" \ - "mmcroot=/dev/mmcblk0p3 rw\0" \ - "mmcrootfstype=ext3 rootwait\0" \ - "mmcargs=setenv bootargs console=ttymxc0,${baudrate} " \ - "root=${mmcroot} " \ - "rootfstype=${mmcrootfstype}\0" \ + "mmcroot=/dev/mmcblk0p3 rw rootwait\0" \ + "mmcargs=setenv bootargs console=ttymxc0,${baudrate} root=${mmcroot} " \ "loadbootscript=" \ "fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \ "bootscript=echo Running bootscript from mmc ...; " \