From: Spenser Gilliland Date: Thu, 5 Dec 2013 17:20:57 +0000 (+0100) Subject: defconfigs: update microblaze defconfigs to use new toolchain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3d401803173f754854ea31f569b1806e6d1c4d3;p=buildroot.git defconfigs: update microblaze defconfigs to use new toolchain Signed-off-by: Spenser Gilliland Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/configs/qemu_microblazebe_mmu_defconfig b/configs/qemu_microblazebe_mmu_defconfig index c0901432c0..f22243fcd1 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 7538d3f968..3d6daa2b35 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"