From patchwork Thu Jan 10 19:45:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 211134 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 571402C030E for ; Fri, 11 Jan 2013 06:48:54 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BFF4D4A234; Thu, 10 Jan 2013 20:48:51 +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 6YbP6ejgW3gm; Thu, 10 Jan 2013 20:48:51 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 27AC44A237; Thu, 10 Jan 2013 20:48:47 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 85BAD4A21D for ; Thu, 10 Jan 2013 20:48:43 +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 jtNJT9ZmzT9R for ; Thu, 10 Jan 2013 20:48:42 +0100 (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-qa0-f50.google.com (mail-qa0-f50.google.com [209.85.216.50]) by theia.denx.de (Postfix) with ESMTPS id 84A424A204 for ; Thu, 10 Jan 2013 20:48:41 +0100 (CET) Received: by mail-qa0-f50.google.com with SMTP id cr7so902113qab.16 for ; Thu, 10 Jan 2013 11:48:40 -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=AIZrzRmFuyh6VWqa6N7JN7xEHr5eTRwAzTezRuhmI7M=; b=UFBqGQKqVo8Aiu3d/KADaXOs+vCnKbQToj4AMGxpXfZGxnCFv/NoVFJniTWd8qWWnl ooxDYl8Q48VqWcA0DLriNF6BaD+jqL0/aR3Ep+zvbBp7vDqf8g3dJQ0MqqFP3wes8AkQ Jmt+Oz3wjMuTebWKRNc6eDlZsLNdSMHpa0iJvz+MswIipHXYYoYMsbm4mImc5qr6HcbP CU+Y2p6eIRMV22h7UzZ3wHjd/1JYgBNpsb1z7RDp5Jfd65qsxSvEEXczCsbvt4riTKAB RhtHFKmjnDpermzEPI4PX+4a1CDTcoyKmp/bJoPAcxlF8cBvljR0TCetLr5pepyek1Od cQFw== X-Received: by 10.229.69.94 with SMTP id y30mr14309244qci.44.1357846892714; Thu, 10 Jan 2013 11:41:32 -0800 (PST) Received: from nano.lab.ossystems.com.br ([177.35.66.48]) by mx.google.com with ESMTPS id j20sm2109864qaq.17.2013.01.10.11.41.30 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Jan 2013 11:41:31 -0800 (PST) From: Otavio Salvador To: U-Boot Mailing List Date: Thu, 10 Jan 2013 17:45:05 -0200 Message-Id: <1357847109-3686-3-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1357847109-3686-1-git-send-email-otavio@ossystems.com.br> References: <1357847109-3686-1-git-send-email-otavio@ossystems.com.br> Cc: Fabio Estevam , Otavio Salvador Subject: [U-Boot] [PATCH v6 2/6] mx28evk: 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 --- Changes in v6: - Fix reformat Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: - Reformat environment change to fit in 80 cols include/configs/mx28evk.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index cdf3e15..a13478d 100644 --- a/include/configs/mx28evk.h +++ b/include/configs/mx28evk.h @@ -292,11 +292,9 @@ "console_mainline=ttyAMA0\0" \ "mmcdev=0\0" \ "mmcpart=2\0" \ - "mmcroot=/dev/mmcblk0p3 rw\0" \ - "mmcrootfstype=ext3 rootwait\0" \ + "mmcroot=/dev/mmcblk0p3 rw rootwait\0" \ "mmcargs=setenv bootargs console=${console_mainline},${baudrate} " \ - "root=${mmcroot} " \ - "rootfstype=${mmcrootfstype}\0" \ + "root=${mmcroot}\0" \ "loadbootscript=" \ "fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \ "bootscript=echo Running bootscript from mmc ...; " \