From patchwork Fri Apr 19 21:04:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 238111 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 AF8C32C0224 for ; Sat, 20 Apr 2013 07:06:24 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 469734A42A; Fri, 19 Apr 2013 23:06:04 +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 CQjYvW1Le1Mi; Fri, 19 Apr 2013 23:06:04 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7DE6A4A436; Fri, 19 Apr 2013 23:05:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 842B44A410 for ; Fri, 19 Apr 2013 23:05:29 +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 Pq+q3ZkXBgHL for ; Fri, 19 Apr 2013 23:05:16 +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-qe0-f54.google.com (mail-qe0-f54.google.com [209.85.128.54]) by theia.denx.de (Postfix) with ESMTPS id 3A62D4A41B for ; Fri, 19 Apr 2013 23:05:10 +0200 (CEST) Received: by mail-qe0-f54.google.com with SMTP id s14so3024398qeb.13 for ; Fri, 19 Apr 2013 14:05:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=FDWOQcE4/w+nW9fYgn3ioZvBiFj+4TnyJ1jXFjeUiAc=; b=Oz3IeZgRg+apEEmnXZQIJNnwYVTKRIMiZPBK+CwGokHHBRGFpw8dszpC2HoWVbhRvg FSeKS+CH4BJ7l8hPGeRDU+um9KtrgtMSLvKP/LbXSWiheNRnCCFT4rLL4Oawe1JollPI 75PSclMEdXbRAmkWDerWznlRjBQ6uV7H4F8FBJgJymzyqQEapHk3PEGzEy89jboXYznR WCOJpYHC02SjFgUTp13I+BrJpjzGpzK+ywccWFZMp9iSp1JHyzjdclXdDioCWWdWuPaC PMXjmx40vsf6cvEXW7ljZEfVP8Vpvb1UaBhu8OkFwhR2H+TtgoQyvKuWr/9HptgZtW2B T6YQ== X-Received: by 10.229.117.3 with SMTP id o3mr57767qcq.72.1366405504627; Fri, 19 Apr 2013 14:05:04 -0700 (PDT) Received: from localhost.localdomain ([187.64.220.204]) by mx.google.com with ESMTPS id ei3sm20037071qab.10.2013.04.19.14.05.02 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 19 Apr 2013 14:05:04 -0700 (PDT) From: Fabio Estevam To: sbabic@denx.de Date: Fri, 19 Apr 2013 18:04:37 -0300 Message-Id: <1366405477-19329-2-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1366405477-19329-1-git-send-email-festevam@gmail.com> References: <1366405477-19329-1-git-send-email-festevam@gmail.com> Cc: Fabio Estevam , u-boot@lists.denx.de, otavio@ossystems.com.br Subject: [U-Boot] [PATCH v5 2/2] mx51evk: Do not force the rootfs 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 From: Fabio Estevam Currently mmcrootfstype is set to ext3 type. It is better not to force it in the env vars, because users may prefer a different file system type, so let's get rid of 'mmcrootfstype'. Signed-off-by: Fabio Estevam Acked-by: Otavio Salvador --- Changes since v4: - Remove the real usage of mmcrootfstype - Boot a rootfs from mmc card Changes since v3: - Newly introduced include/configs/mx51evk.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 4545a80..5f13a6e 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -160,11 +160,9 @@ "ip_dyn=yes\0" \ "mmcdev=0\0" \ "mmcpart=2\0" \ - "mmcroot=/dev/mmcblk0p3 rw\0" \ - "mmcrootfstype=ext3 rootwait\0" \ + "mmcroot=/dev/mmcblk0p3 rootwait rw\0" \ "mmcargs=setenv bootargs console=ttymxc0,${baudrate} " \ - "root=${mmcroot} " \ - "rootfstype=${mmcrootfstype}\0" \ + "root=${mmcroot}\0" \ "loadbootscript=" \ "fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \ "bootscript=echo Running bootscript from mmc ...; " \