From patchwork Fri Jun 29 12:45:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Javier Martinez Canillas X-Patchwork-Id: 168067 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 4DB6FB7035 for ; Fri, 29 Jun 2012 22:48:52 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F0CFD28099; Fri, 29 Jun 2012 14:48:27 +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 a-NVcpL2qg+K; Fri, 29 Jun 2012 14:48:27 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1D3A82808F; Fri, 29 Jun 2012 14:47:56 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 082D328094 for ; Fri, 29 Jun 2012 14:46:18 +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 mxlWfzd2z6Fq for ; Fri, 29 Jun 2012 14:46:04 +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-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by theia.denx.de (Postfix) with ESMTPS id BDE8528093 for ; Fri, 29 Jun 2012 14:45:58 +0200 (CEST) Received: by werc1 with SMTP id c1so1023723wer.3 for ; Fri, 29 Jun 2012 05:45:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=ghT6BMcsz6YP9XDSpdlkJDKnFpYzo75B/9bvV9Ae6mw=; b=fB/gmERLUfqMWT5E+vwvtE1evWuozrUhIZcq5leBzMlpOPp1oTN0rutkd4KS3aybte llGUdVl+SF5OwSV+yNvr03s2Upk8lzM94hmJ+X5Wtk4KToIxB+5YhY1HXM8XVend0LV4 3VqeAcOpIOT2DcfW0He37XCBzBE6DmXkJNRnZxMTIynFCMy50iQceiOwmTtir8XGiGHl fyuI06cVPsycU8lea0JpOgdwqAWwF3wwa3equesLCbI6jmXTwYu3Nnt2Nwk4DF6aGlLW ksVzZATDQCXlEZt67m0nPz6KSJtVPSywdTB0N8Jv3yA6n6yZoTRVBbT2yUXbZTWVMAtD KoTw== Received: by 10.180.105.234 with SMTP id gp10mr4607015wib.11.1340973952238; Fri, 29 Jun 2012 05:45:52 -0700 (PDT) Received: from localhost.localdomain (219.229.79.188.dynamic.jazztel.es. [188.79.229.219]) by mx.google.com with ESMTPS id f7sm9513852wiv.2.2012.06.29.05.45.50 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 29 Jun 2012 05:45:51 -0700 (PDT) From: Javier Martinez Canillas To: Tom Rini Date: Fri, 29 Jun 2012 14:45:41 +0200 Message-Id: <1340973941-14332-2-git-send-email-javier@dowhile0.org> X-Mailer: git-send-email 1.7.7.6 In-Reply-To: <1340973941-14332-1-git-send-email-javier@dowhile0.org> References: <1340973941-14332-1-git-send-email-javier@dowhile0.org> X-Gm-Message-State: ALoCoQkWJLn8xq+rrNnotv+fQAvJhlR1uNX21TBlDOs6HCU8/75x6dsvncyy+TNop/Y6RwlPsMkq X-Mailman-Approved-At: Fri, 29 Jun 2012 14:47:53 +0200 Cc: u-boot@lists.denx.de, Enric Balletbo i Serra Subject: [U-Boot] [PATCH 2/2] igep00x0: default mmcrootfstype to EXT4 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 omap2plus_defconfig now has built-in compile support for EXT4 enabled by default now. So, we can use EXT4 as the default root file system type for MMC. Signed-off-by: Javier Martinez Canillas Acked-by: Enric Balletbo i Serra --- include/configs/igep00x0.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h index 62b4afc..a0a23a7 100644 --- a/include/configs/igep00x0.h +++ b/include/configs/igep00x0.h @@ -142,7 +142,7 @@ "defaultdisplay=dvi\0" \ "mmcdev=0\0" \ "mmcroot=/dev/mmcblk0p2 rw\0" \ - "mmcrootfstype=ext3 rootwait\0" \ + "mmcrootfstype=ext4 rootwait\0" \ "nandroot=/dev/mtdblock4 rw\0" \ "nandrootfstype=jffs2\0" \ "mmcargs=setenv bootargs console=${console} " \