From patchwork Fri Dec 21 16:59:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 207849 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 CEF802C008A for ; Sat, 22 Dec 2012 04:04:12 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4FD814A0C5; Fri, 21 Dec 2012 18:04: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 upAfldMSt21f; Fri, 21 Dec 2012 18:04:11 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3A5894A095; Fri, 21 Dec 2012 18:04:09 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E7BD04A095 for ; Fri, 21 Dec 2012 18:04:02 +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 Ht2g3Yils7wN for ; Fri, 21 Dec 2012 18:04:02 +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-gg0-f173.google.com (mail-gg0-f173.google.com [209.85.161.173]) by theia.denx.de (Postfix) with ESMTPS id B95154A0BE for ; Fri, 21 Dec 2012 18:03:59 +0100 (CET) Received: by mail-gg0-f173.google.com with SMTP id f2so954106ggn.18 for ; Fri, 21 Dec 2012 09:03:58 -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=PCCG469a1nNmEzfBVfbzoApmKfV5NGg4aBPaUn9EAOQ=; b=UrdVVONZCFX7tFpjOoUhxtFFH2Eme/e7bNOi7g1S2uSVb3Cz5w/c9TBCow2DwO7tCX SDL8RN1LXfRz+LNUrHhXj6Sfx4kAML+1PiNOmOf1Uxq00GFUcHEscn+krImS5vsHwoS+ FF2Hf8w7Ov3TlXvyVEmVFs0PcKeDJMyXR/vfKdWtroOuD2kb+yyYbBaRQaBT86pfHZ6Z agzz/o0plBqr2EI4TPlQsmYowrvofax3DcXPmdjZG/7pd6MSY/QUGN1IAyuOHb35t3PI zjo00bkp/FHa1sTHdU5V/KxVNLjr8fB50qz9v6aJlD8vFAl0s8cK5pFXgvau2t5w146g s+TQ== X-Received: by 10.236.84.77 with SMTP id r53mr4023022yhe.36.1356108968594; Fri, 21 Dec 2012 08:56:08 -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.06 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 21 Dec 2012 08:56:08 -0800 (PST) From: Otavio Salvador To: U-Boot Mailing List Date: Fri, 21 Dec 2012 14:59:03 -0200 Message-Id: <1356109151-6623-2-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 1/9] 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 --- include/configs/mx28evk.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 8b89b25..3cc0726 100644 --- a/include/configs/mx28evk.h +++ b/include/configs/mx28evk.h @@ -292,11 +292,8 @@ "console_mainline=ttyAMA0\0" \ "mmcdev=0\0" \ "mmcpart=2\0" \ - "mmcroot=/dev/mmcblk0p3 rw\0" \ - "mmcrootfstype=ext3 rootwait\0" \ - "mmcargs=setenv bootargs console=${console_mainline},${baudrate} " \ - "root=${mmcroot} " \ - "rootfstype=${mmcrootfstype}\0" \ + "mmcroot=/dev/mmcblk0p3 rw rootwait\0" \ + "mmcargs=setenv bootargs console=${console_mainline},${baudrate} root=${mmcroot}\0" \ "loadbootscript=" \ "fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \ "bootscript=echo Running bootscript from mmc ...; " \