From patchwork Thu Feb 6 20:14:43 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Darander X-Patchwork-Id: 317532 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id B69172C009E for ; Fri, 7 Feb 2014 07:15:00 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 9534493D2D; Thu, 6 Feb 2014 20:14:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 58LuY+fPy0RR; Thu, 6 Feb 2014 20:14:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E55CA93D38; Thu, 6 Feb 2014 20:14:56 +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 0B7711BF868 for ; Thu, 6 Feb 2014 20:14:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0931D8C31C for ; Thu, 6 Feb 2014 20:14:51 +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 MScSy85-rURY for ; Thu, 6 Feb 2014 20:14:49 +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 D60AC8C5F7 for ; Thu, 6 Feb 2014 20:14:48 +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; Thu, 6 Feb 2014 21:14:40 +0100 From: Anders Darander To: Date: Thu, 6 Feb 2014 21:14:43 +0100 Message-ID: <1391717684-4244-4-git-send-email-anders@chargestorm.se> X-Mailer: git-send-email 1.9.rc1 In-Reply-To: <1391717684-4244-1-git-send-email-anders@chargestorm.se> References: <1391717684-4244-1-git-send-email-anders@chargestorm.se> MIME-Version: 1.0 X-GFI-SMTP-Submission: 1 Cc: Anders Darander Subject: [Buildroot] [PATCH v3 3/4] beaglebone: update to latest U-Boot 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 Update to the default version of U-Boot, at this time 2013.10. Tested with an old uEnv.txt (i.e. using uImage) and with the currently prefered zImage. Signed-off-by: Anders Darander --- configs/beaglebone_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig index 490bed5..6fa8226 100644 --- a/configs/beaglebone_defconfig +++ b/configs/beaglebone_defconfig @@ -21,8 +21,6 @@ BR2_DEFAULT_KERNEL_VERSION="3.12.9" # bootloader BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="am335x_evm" -BR2_TARGET_UBOOT_CUSTOM_VERSION=y -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2013.04" BR2_TARGET_UBOOT_FORMAT_IMG=y BR2_TARGET_UBOOT_SPL=y BR2_TARGET_UBOOT_SPL_NAME="MLO"