From patchwork Tue May 7 07:07:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 242047 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 0EC722C0155 for ; Tue, 7 May 2013 17:08:12 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 16BECA0184; Tue, 7 May 2013 07:08:10 +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 lkRcrmrdDyzx; Tue, 7 May 2013 07:08:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 397B1A01B1; Tue, 7 May 2013 07:08:02 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id BE4538F79A for ; Tue, 7 May 2013 07:08:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9687110143C; Tue, 7 May 2013 07:07:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4Q7uo4yRDG+P; Tue, 7 May 2013 07:07:38 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pb0-f52.google.com (mail-pb0-f52.google.com [209.85.160.52]) by fraxinus.osuosl.org (Postfix) with ESMTPS id C5C011009E6; Tue, 7 May 2013 07:07:38 +0000 (UTC) Received: by mail-pb0-f52.google.com with SMTP id xa7so192039pbc.39 for ; Tue, 07 May 2013 00:07:57 -0700 (PDT) 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:in-reply-to :references; bh=zRpFgCEvSjrqk5WwAYmi1mTuBNnCOiUl9KDEjKPEDX4=; b=fA3r2murWt6spsUO3NsvJJBqa9AREzJX0s7pro/I47ym7l4LtfMzTz80orjHvKQtUi PEG99iDnqaAK7kllO0zIHY+V2ZfGq3xEnIxhWW43NqABgrSS/dc6ph6NOR3i05P4HNgx kxornGhY0IDBuN2E/3xyrwp/cfNdL8XWX0TSI9iZJvvjPujGJDCaq/e9vDsWJfVVPm+z SIbelSUF/sZPI86u/AyvswR8L/5fCxmPVi7WvVHlSeZ771ww1skdnhWhJpcvIFslUyzQ VVnGKWLiPTKBtrUkXUQWLrOs0Cc/Iy8uEO3Tf0sEWt3XHlmM+zoYNIYJNkvaQfrQiKjR GJ3g== X-Received: by 10.66.119.5 with SMTP id kq5mr1382060pab.193.1367910477195; Tue, 07 May 2013 00:07:57 -0700 (PDT) Received: from ld2036.tmt.telital.com.com ([213.205.6.118]) by mx.google.com with ESMTPSA id ea15sm29148587pad.16.2013.05.07.00.07.54 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 07 May 2013 00:07:56 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Tue, 7 May 2013 09:07:47 +0200 Message-Id: <1367910467-21515-2-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <1367910467-21515-1-git-send-email-fabio.porcedda@gmail.com> References: <1367910467-21515-1-git-send-email-fabio.porcedda@gmail.com> Cc: thomas.petazzoni@free-electrons.com Subject: [Buildroot] [PATCH 2/2] configs: use new u-boot custom version option 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 Signed-off-by: Fabio Porcedda --- configs/beaglebone_defconfig | 3 ++- configs/freescale_mpc8315erdb_defconfig | 3 ++- configs/freescale_p1010rdb_defconfig | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig index 8eeed77..2177068 100644 --- a/configs/beaglebone_defconfig +++ b/configs/beaglebone_defconfig @@ -21,7 +21,8 @@ BR2_DEFAULT_KERNEL_VERSION="3.2.9" # bootloader BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="am335x_evm" -BR2_TARGET_UBOOT_2013_04=y +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" diff --git a/configs/freescale_mpc8315erdb_defconfig b/configs/freescale_mpc8315erdb_defconfig index 88e0d8a..d32264e 100644 --- a/configs/freescale_mpc8315erdb_defconfig +++ b/configs/freescale_mpc8315erdb_defconfig @@ -30,4 +30,5 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" # Bootloader BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="MPC8315ERDB_NAND" -BR2_TARGET_UBOOT_2013_04=y +BR2_TARGET_UBOOT_CUSTOM_VERSION=y +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2013.04" diff --git a/configs/freescale_p1010rdb_defconfig b/configs/freescale_p1010rdb_defconfig index 8887636..9ee541f 100644 --- a/configs/freescale_p1010rdb_defconfig +++ b/configs/freescale_p1010rdb_defconfig @@ -29,4 +29,5 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" # Bootloader BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="P1010RDB_NOR" -BR2_TARGET_UBOOT_2013_04=y +BR2_TARGET_UBOOT_CUSTOM_VERSION=y +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2013.04"