From patchwork Wed Jan 22 11:25:31 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Darander X-Patchwork-Id: 313213 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 A66EF2C00AE for ; Wed, 22 Jan 2014 22:26:14 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id AB3148BD0E; Wed, 22 Jan 2014 11:26:12 +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 8xi2njfWY3-M; Wed, 22 Jan 2014 11:26:08 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id F0AF28B868; Wed, 22 Jan 2014 11:26:07 +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 10F121BF833 for ; Wed, 22 Jan 2014 11:26:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0DC548B853 for ; Wed, 22 Jan 2014 11:26:01 +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 9y6U0vtz4IX5 for ; Wed, 22 Jan 2014 11:25:59 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from stoexhubfe01.domain01.net (STOEXHUBFE01.domain01.net [83.145.59.140]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9CE208B96A for ; Wed, 22 Jan 2014 11:25:58 +0000 (UTC) Received: from localhost (83.252.255.124) by stoexhubfe01.domain01.net (10.12.10.6) with Microsoft SMTP Server id 8.3.279.1; Wed, 22 Jan 2014 12:25:41 +0100 From: Anders Darander To: Date: Wed, 22 Jan 2014 12:25:31 +0100 Message-ID: <1390389931-32589-5-git-send-email-anders@chargestorm.se> X-Mailer: git-send-email 1.8.5.3 In-Reply-To: <1390389931-32589-1-git-send-email-anders@chargestorm.se> References: <1390389931-32589-1-git-send-email-anders@chargestorm.se> MIME-Version: 1.0 X-GFI-SMTP-Submission: 1 Cc: Anders Darander Subject: [Buildroot] [PATCH 4/4] beaglebone: change to zImage 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net The default U-Boot configuration is now to use a zImage instead of uImage. Signed-off-by: Anders Darander --- configs/beaglebone_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig index 85c0a8b..ac9515d 100644 --- a/configs/beaglebone_defconfig +++ b/configs/beaglebone_defconfig @@ -32,5 +32,6 @@ BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.ti.com/ti-linux-kernel/ti-linux-kern BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="4cbe15f6c831a5f402ad76d8255ca20420e3c73e" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/beaglebone/linux-3.12.config" +BR2_LINUX_KERNEL_ZIMAGE=y BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-bone"