diff options
| author | Spenser Gilliland <spenser@gillilanding.com> | 2013-12-05 18:20:57 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-06 22:47:51 +0100 |
| commit | c3d401803173f754854ea31f569b1806e6d1c4d3 (patch) | |
| tree | 8ae2a4d8778e5e24e757ded67566eb405bb9aefb | |
| parent | 14e527eb66d251c878f212236729d715e350c135 (diff) | |
| download | buildroot-c3d401803173f754854ea31f569b1806e6d1c4d3.tar.gz buildroot-c3d401803173f754854ea31f569b1806e6d1c4d3.zip | |
defconfigs: update microblaze defconfigs to use new toolchain
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | configs/qemu_microblazebe_mmu_defconfig | 7 | ||||
| -rw-r--r-- | 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 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" |

