From patchwork Mon Jul 20 18:50:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adam YH Lee X-Patchwork-Id: 497876 X-Patchwork-Delegate: trini@ti.com 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 039CB140D31 for ; Tue, 21 Jul 2015 04:51:06 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=y0VxxO5o; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8C8C94B652; Mon, 20 Jul 2015 20:51:02 +0200 (CEST) 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 j6RntUhUfwAC; Mon, 20 Jul 2015 20:51:02 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D6F9A4B657; Mon, 20 Jul 2015 20:51:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B19E04B657 for ; Mon, 20 Jul 2015 20:50:58 +0200 (CEST) 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 6MCcujwtxTCa for ; Mon, 20 Jul 2015 20:50:58 +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-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by theia.denx.de (Postfix) with ESMTPS id 2E1E14B652 for ; Mon, 20 Jul 2015 20:50:55 +0200 (CEST) Received: by pdbnt7 with SMTP id nt7so34788425pdb.0 for ; Mon, 20 Jul 2015 11:50:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=IvUta4PP9wS5EGfVpwYOFZK2Bwj/r4BK+qog8PQope4=; b=y0VxxO5o8KHjcCIUTDuc/l6Td2foNajffXAVjPiGhnYRGyk+/UKU6QnNIp3s+Zkh+l CbddsBetQMt0QvnDpuxHuLlG68LA8nzOHipXlVDgPbQHa5iqWZAABBDPw1MyIL0yGDND SvMRA1vAopGh3sCzgDWfIjxGdHdI17bLmKVzaFXsXJlNcZC42kX4HutggrB0n9aBdOc7 9jziNfYgPtJuN0apLq6jf3tA/cqqHPahqGQODO4ta+jap3K08k6N6NhqZhyTPF6vHCH3 E6tY/TmXo9GHE0UVwSKIPJwOU4M0zKlg3y7ZmhhLvZua0IawMShacaye2Vl5cQ2Xr6f2 qlbw== X-Received: by 10.70.98.200 with SMTP id ek8mr63293324pdb.95.1437418253690; Mon, 20 Jul 2015 11:50:53 -0700 (PDT) Received: from localhost.localdomain (s206-116-3-180.bc.hsia.telus.net. [206.116.3.180]) by smtp.gmail.com with ESMTPSA id fe10sm23133546pdb.59.2015.07.20.11.50.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 20 Jul 2015 11:50:53 -0700 (PDT) From: Adam YH Lee To: u-boot@lists.denx.de Date: Mon, 20 Jul 2015 11:50:40 -0700 Message-Id: <1437418240-26573-1-git-send-email-adam.yh.lee@gmail.com> X-Mailer: git-send-email 2.1.4 Subject: [U-Boot] [PATCH] Update the rootfs type to ext4 for Overo and Pepper X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Gumstix is migrating from ext3 to ext4 file system. Signed-off-by: Adam YH Lee Acked-by: Ash Charles --- include/configs/omap3_overo.h | 2 +- include/configs/pepper.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index 76bf3b6..a1a90ec 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -105,7 +105,7 @@ "defaultdisplay=dvi\0" \ "mmcdev=0\0" \ "mmcroot=/dev/mmcblk0p2 rw\0" \ - "mmcrootfstype=ext3 rootwait\0" \ + "mmcrootfstype=ext4 rootwait\0" \ "nandroot=ubi0:rootfs ubi.mtd=4\0" \ "nandrootfstype=ubifs\0" \ "mtdparts=" MTDPARTS_DEFAULT "\0" \ diff --git a/include/configs/pepper.h b/include/configs/pepper.h index 16149f6..0bdcf22 100644 --- a/include/configs/pepper.h +++ b/include/configs/pepper.h @@ -41,7 +41,7 @@ "optargs=\0" \ "mmcdev=0\0" \ "mmcroot=/dev/mmcblk0p2 rw\0" \ - "mmcrootfstype=ext3 rootwait\0" \ + "mmcrootfstype=ext4 rootwait\0" \ "mmcargs=setenv bootargs console=${console} " \ "${optargs} " \ "root=${mmcroot} " \