From patchwork Wed Nov 13 21:28:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 291051 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 B92AA2C00A9 for ; Thu, 14 Nov 2013 08:29:33 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 01C60936A6; Wed, 13 Nov 2013 21:29:33 +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 HCsje1yoxY33; Wed, 13 Nov 2013 21:29:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 77B93935E1; Wed, 13 Nov 2013 21:29:32 +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 771961BF838 for ; Wed, 13 Nov 2013 21:29:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 70DC98AB37 for ; Wed, 13 Nov 2013 21:29:31 +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 7LdUfj5l9q6I for ; Wed, 13 Nov 2013 21:29:31 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0ED5C8AB24 for ; Wed, 13 Nov 2013 21:29:31 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id qd12so1385266ieb.39 for ; Wed, 13 Nov 2013 13:29:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=PxQJGBu8DtLbokzulbH1lJTOs3QkJsEupQY5iqOb7Lg=; b=aLWE7ru4K2KvP0Spu2SRbh9TLLrxkZgS0gb6NGXSdoIh5sSOqmkCb5t9QBwWvfskHl 5g3JyUmgtK9XdYZeWY1WKofjvYRtTsjp3NNHkDYYJovpleKOOI4h/9/23WszXMnib0/M S11rg147ZqNGZwKP/U4fw4VfYUDje5Evo3+OB4zQE6EgKUPB+lNASgXCpg+PyHl1THtr UQpTUeZy6ndtPNwnHc88J9O5fSFBdod05lr+AHOaHnPA4PRZmrVKloYGSTJQZaqMxbOt GvzGaDMLSbY4OwRf6eYjg5qnDejQpKHz2wNDyOXu0Q9jYsbJkThMEys0RpqPJ8TdvTQp FIkg== X-Gm-Message-State: ALoCoQkFBa2rqBKJ5gSDy7JlhDh2V2Ym1POO7lAPKbkBCPvFUru/TS3jo6cVYFelBju7aR0RFme4 X-Received: by 10.50.16.68 with SMTP id e4mr20141597igd.12.1384378170595; Wed, 13 Nov 2013 13:29:30 -0800 (PST) Received: from localhost.localdomain (dhcp57.hum.iit.edu. [216.47.158.57]) by mx.google.com with ESMTPSA id x6sm32266496igb.3.2013.11.13.13.29.26 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 13 Nov 2013 13:29:27 -0800 (PST) From: Spenser Gilliland To: buildroot@busybox.net Date: Wed, 13 Nov 2013 15:28:50 -0600 Message-Id: <1384378130-8599-8-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1384378130-8599-1-git-send-email-spenser@gillilanding.com> References: <1384378130-8599-1-git-send-email-spenser@gillilanding.com> Cc: thomas.petazzoni@free-electrons.com, Mischa.Jonker@synopsys.com Subject: [Buildroot] [PATCH v3 7/7] defconfigs: update microblaze defconfigs to use new toolchain 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: Spenser Gilliland --- configs/qemu_microblazebe_mmu_defconfig | 7 ------- configs/qemu_microblazeel_mmu_defconfig | 7 ------- 2 files changed, 0 insertions(+), 14 deletions(-) diff --git a/configs/qemu_microblazebe_mmu_defconfig b/configs/qemu_microblazebe_mmu_defconfig index 0a621b1..8527ca8 100644 --- a/configs/qemu_microblazebe_mmu_defconfig +++ b/configs/qemu_microblazebe_mmu_defconfig @@ -2,13 +2,6 @@ BR2_microblaze=y BR2_microblazebe=y -# Special toolchain -BR2_TOOLCHAIN_EXTERNAL=y -BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEBE_V2=y -BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y -BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y -BR2_TOOLCHAIN_EXTERNAL_CXX=y - # System BR2_TARGET_GENERIC_GETTY_PORT="ttyUL0" diff --git a/configs/qemu_microblazeel_mmu_defconfig b/configs/qemu_microblazeel_mmu_defconfig index 51d58c6..e407e1b 100644 --- a/configs/qemu_microblazeel_mmu_defconfig +++ b/configs/qemu_microblazeel_mmu_defconfig @@ -2,13 +2,6 @@ BR2_microblaze=y BR2_microblazeel=y -# Toolchain -BR2_TOOLCHAIN_EXTERNAL=y -BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2=y -BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y -BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y -BR2_TOOLCHAIN_EXTERNAL_CXX=y - # System BR2_TARGET_GENERIC_GETTY_PORT="ttyUL0"