From patchwork Fri Apr 12 09:46:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 236001 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 7DDEB2C0092 for ; Fri, 12 Apr 2013 19:46:55 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 264FF8D49B; Fri, 12 Apr 2013 09:46:53 +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 zwSzlnyaMEpi; Fri, 12 Apr 2013 09:46:51 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 3EFEB8D4E7; Fri, 12 Apr 2013 09:46:51 +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 469078F7AA for ; Fri, 12 Apr 2013 09:46:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D4C128D4E7 for ; Fri, 12 Apr 2013 09:46:49 +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 lUR881KyT9ZO for ; Fri, 12 Apr 2013 09:46:48 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (mail.free-electrons.com [94.23.35.102]) by whitealder.osuosl.org (Postfix) with ESMTP id A5FDF8D49B for ; Fri, 12 Apr 2013 09:46:48 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id 11A17831; Fri, 12 Apr 2013 11:46:47 +0200 (CEST) Received: from localhost (189.58.26.109.rev.sfr.net [109.26.58.189]) by mail.free-electrons.com (Postfix) with ESMTPSA id C8AF0828; Fri, 12 Apr 2013 11:46:46 +0200 (CEST) From: Maxime Ripard To: buildroot@busybox.net Date: Fri, 12 Apr 2013 11:46:42 +0200 Message-Id: <1365760002-21814-1-git-send-email-maxime.ripard@free-electrons.com> X-Mailer: git-send-email 1.7.10.4 Cc: Maxime Ripard Subject: [Buildroot] [PATCH] integrator926: Update the defconfig 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 integrator926 defconfig has not been updated for quite some time, and is still asking for very old linux and u-boot releases. Now that these versions aren't present in Buildroot anymore, they default to a newer release, where, in the u-boot case, the defconfig name has changed, leading to a build failure. Signed-off-by: Maxime Ripard --- configs/integrator926_defconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configs/integrator926_defconfig b/configs/integrator926_defconfig index e596d33..e1a084c 100644 --- a/configs/integrator926_defconfig +++ b/configs/integrator926_defconfig @@ -4,13 +4,10 @@ BR2_arm926t=y # Bootloader BR2_TARGET_UBOOT=y -BR2_TARGET_UBOOT_BOARDNAME="cp926ejs" -BR2_TARGET_UBOOT_2010_06=y +BR2_TARGET_UBOOT_BOARDNAME="integratorcp_cm926ejs" # Kernel BR2_LINUX_KERNEL=y -BR2_LINUX_KERNEL_2_6_35= -BR2_LINUX_KERNEL_USE_DEFCONFIG=y BR2_LINUX_KERNEL_DEFCONFIG="integrator" # Filesystem