From patchwork Sun Jan 13 14:23:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 211623 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 49F472C0107 for ; Mon, 14 Jan 2013 01:24:17 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 80EE78B234; Sun, 13 Jan 2013 14:24:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id M1wGcJeNwK3H; Sun, 13 Jan 2013 14:24:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id EB7278B1FD; Sun, 13 Jan 2013 14:24:11 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 6A2188F7A0 for ; Sun, 13 Jan 2013 14:24:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 051D88AB6E for ; Sun, 13 Jan 2013 14:24:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OyYas9Als1TP for ; Sun, 13 Jan 2013 14:24:09 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) by whitealder.osuosl.org (Postfix) with ESMTPS id 06D788AA4A for ; Sun, 13 Jan 2013 14:24:08 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id r5so1585609wey.7 for ; Sun, 13 Jan 2013 06:24:07 -0800 (PST) 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; bh=s79J98cIwObwXgLyqT0Sk5KpOigVnbuxrGQSlE7s9MU=; b=W38YWwlru3sq7NdAwGWPSDFgEDazpvJBv3I7IcSqPro12kq1GQ1U9EX9R9ZdiMGN5g MkgH0NAx2NQD6f/Rmj82KhfOKUSrcVGDNZJpwPzw1LJ/Z9FyYpZ9Pjl84TPbcdGyWYSu ZkTSel6fO+sPtyXUPHumnUyGcvNHe3YLVQVMwKrDdqtrQT+7TdX8ZWbK7PgwS1Y14yXE goTv3RLr7ZQUW3aiJjCjFU+r3uECoIoJ4Lrt925XSUrdrDS/nmm2JmjQXeHuD7aQBJbA nlnFRtaw9HueIrvrz/y52qgKxt0OpgboydVdNVMumCb1KPwCr/OcfTmwBRbItsLWCX2r n5dQ== X-Received: by 10.194.23.37 with SMTP id j5mr130002939wjf.28.1358087047366; Sun, 13 Jan 2013 06:24:07 -0800 (PST) Received: from localhost.localdomain (13-105-190-109.dsl.ovh.fr. [109.190.105.13]) by mx.google.com with ESMTPS id bw9sm8308732wib.5.2013.01.13.06.24.05 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 13 Jan 2013 06:24:06 -0800 (PST) From: Maxime Hadjinlian To: buildroot@busybox.net Date: Sun, 13 Jan 2013 15:23:53 +0100 Message-Id: <1358087034-2706-1-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH 1/2] rpi-firmware: Fixup config.txt X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net The default name of the kernel binary for the RaspberryPi is kernel.img, it's a only a zImage kernel renamed. Since Buildroot will build a zImage, the default config uses that should use it instead of forcing the user to rename a file. Also, remove the cmdline argument rootfstype, as ext4 is a builtin driver, there is no need to specify it on the cmdline. Signed-off-by: Maxime Hadjinlian Tested-by: ... --- package/rpi-firmware/config.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/rpi-firmware/config.txt b/package/rpi-firmware/config.txt index 2cabd68..a818762 100644 --- a/package/rpi-firmware/config.txt +++ b/package/rpi-firmware/config.txt @@ -6,9 +6,10 @@ arm_freq=700 core_freq=250 +kernel=zImage disable_overscan=1 gpu_mem_256=100 gpu_mem_512=100 sdram_freq=400 over_voltage=0 -cmdline="dwc_otg.fiq_fix_enable=1 sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" +cmdline="dwc_otg.fiq_fix_enable=1 sdhci-bcm2708.sync_after_dma=0 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootwait"