From patchwork Tue Feb 12 17:15:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Koen Kooi X-Patchwork-Id: 219916 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 3E7472C0085 for ; Wed, 13 Feb 2013 04:22:25 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E6D9B4A0AD; Tue, 12 Feb 2013 18:22:22 +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 s0wsmz9ltV5z; Tue, 12 Feb 2013 18:22:22 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8719D4A04C; Tue, 12 Feb 2013 18:22:21 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 096704A04C for ; Tue, 12 Feb 2013 18:22:20 +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 mwGEZ0IfWqv9 for ; Tue, 12 Feb 2013 18:22:19 +0100 (CET) X-Greylist: delayed 379 seconds by postgrey-1.27 at theia; Tue, 12 Feb 2013 18:22:17 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-oa0-f52.google.com (mail-oa0-f52.google.com [209.85.219.52]) by theia.denx.de (Postfix) with ESMTPS id 0CCD24A049 for ; Tue, 12 Feb 2013 18:22:17 +0100 (CET) Received: by mail-oa0-f52.google.com with SMTP id k14so329618oag.39 for ; Tue, 12 Feb 2013 09:22:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=Gyw98IM+AqM3r45xtW4OoK2Veq7IwPZc+54+khfVG80=; b=V1keQf9i+fFbGi1zmtvoTqgkAIFCVAW0cVxRj66e2LXn3z5IwY85QzigtvZAZAoE/x As4DIqqoWRaA2gdkMKWfr0h9u2k8bSKL74GehEJi8cpzVg3gi95o0TXS05jB5EYpGaZp +DpjeWd4r2UbjbyHAY2GhbL1QkZMIfxeMzm2me3pOMy//LEYkGEs6rPeUU+V9vtTaJsf Ve6iskqpE7pbwG9mFr5R11B6ihb3xmr8VYT37S+ozWvc3m1Ja3STCM/JnUrMyS3UUitf VFV0rz0UdgS6TIG+DE+B1mNc4vGuUWuvTukuYzYlNQW3pQfpNBDaViAVNzWIcI/7QlH3 1R8A== X-Received: by 10.182.156.103 with SMTP id wd7mr13935271obb.33.1360689356818; Tue, 12 Feb 2013 09:15:56 -0800 (PST) Received: from localhost.localdomain (adsl-68-88-66-177.dsl.rcsntx.swbell.net. [68.88.66.177]) by mx.google.com with ESMTPS id v8sm53598833obj.1.2013.02.12.09.15.55 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 12 Feb 2013 09:15:56 -0800 (PST) From: Koen Kooi To: Tom Rini Date: Tue, 12 Feb 2013 18:15:35 +0100 Message-Id: <1360689337-20947-1-git-send-email-koen@dominion.thruhere.net> X-Mailer: git-send-email 1.8.1.2 X-Gm-Message-State: ALoCoQmY8Ce8pPmuM3Cx1XzPoRtB6mFKVxHop53sgFQ0u750panAPhiaLKSzcNbTli4cE9dPb4km Cc: u-boot@lists.denx.de, Koen Kooi Subject: [U-Boot] [PATCH v2 1/3] am335x-evm: enable 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 The kernel is loaded from an ext4 partition, not ext2 on beaglebone boards. Signed-off-by: Koen Kooi --- include/configs/am335x_evm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 72459d8..2190a7d 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -144,6 +144,7 @@ #define CONFIG_DOS_PARTITION #define CONFIG_CMD_FAT #define CONFIG_CMD_EXT2 +#define CONFIG_CMD_EXT4 #define CONFIG_SPI #define CONFIG_OMAP3_SPI