From patchwork Wed Jan 9 11:57:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 210697 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 C3D322C00D0 for ; Wed, 9 Jan 2013 22:54:40 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 364144A112; Wed, 9 Jan 2013 12:54:39 +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 xSZJbwE6vkfl; Wed, 9 Jan 2013 12:54:38 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B00EA4A125; Wed, 9 Jan 2013 12:54:30 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0B6864A130 for ; Wed, 9 Jan 2013 12:54:27 +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 oceBOhif7HcM for ; Wed, 9 Jan 2013 12:54:26 +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-f172.google.com (mail-gg0-f172.google.com [209.85.161.172]) by theia.denx.de (Postfix) with ESMTPS id A8EDA4A103 for ; Wed, 9 Jan 2013 12:54:17 +0100 (CET) Received: by mail-gg0-f172.google.com with SMTP id r1so290991ggn.31 for ; Wed, 09 Jan 2013 03:54:17 -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=bTIvAT2n81XtU0rYTvAtkcGON07SsUdXfrcNN6IZncU=; b=OENxWazD/M8eFyuLv41+upbHTfcinM+kejJ8+LTIzZ97TownlIPUsNqNG6kwVFchNk flRNEflHVHHVz91cbe2AQxrbuH5Md+y10HXfRjB2N2TbdPdrw+e6YaAQbk4AWkcMNN5p 4jXawuVCay2H/T00sYWbC+zxanTnEvfBMywrxC6cdcw0Mkv5JjhqrA3vlcY2JcFcTyYm lNSaUtEwVXgNnNmKunVT7YOlF9dyT+ukULMJQL2WEmvcPQX2YKl3s6cWv2+nuxX/ftti 9QZT5WUY/Hcc3noFthAHqOaeSXiEmU9wPnQ4ssfTKx5AXy2AtANSH4ihkXSsQDCX7zfB Sr1w== X-Received: by 10.236.129.129 with SMTP id h1mr76795026yhi.112.1357732456924; Wed, 09 Jan 2013 03:54:16 -0800 (PST) Received: from nano.lab.ossystems.com.br.lab.ossystems.com.br ([177.35.64.121]) by mx.google.com with ESMTPS id k5sm1017945yhj.6.2013.01.09.03.54.14 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Jan 2013 03:54:16 -0800 (PST) From: Otavio Salvador To: U-Boot Mailing List Date: Wed, 9 Jan 2013 09:57:56 -0200 Message-Id: <1357732680-30245-3-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1357732680-30245-1-git-send-email-otavio@ossystems.com.br> References: <1357732680-30245-1-git-send-email-otavio@ossystems.com.br> Cc: Fabio Estevam , Otavio Salvador Subject: [U-Boot] [PATCH v5 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 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 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index 8b89b25..ac9522f 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" \ - "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 ...; " \