From f8573df213ef04cbc7fc60c7ad05c4a6c6f7dc5d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 16 Mar 2014 22:44:47 +0100 Subject: [PATCH] s61x9_micoboard_defconfig: move to internal toolchain Now that the xilinx external toolchains have been deprecated. Signed-off-by: Peter Korsgaard --- configs/s6lx9_microboard_defconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configs/s6lx9_microboard_defconfig b/configs/s6lx9_microboard_defconfig index 05b4443521..c54f3f491e 100644 --- a/configs/s6lx9_microboard_defconfig +++ b/configs/s6lx9_microboard_defconfig @@ -1,11 +1,5 @@ BR2_microblaze=y BR2_microblazeel=y -BR2_TOOLCHAIN_EXTERNAL=y -BR2_TOOLCHAIN_EXTERNAL_XILINX_MICROBLAZEEL_V2=y -BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y -BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="microblazeel-unknown-linux-gnu" -BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y -BR2_TOOLCHAIN_EXTERNAL_CXX=y BR2_TARGET_GENERIC_GETTY_PORT="ttyUL0" # BR2_TARGET_ROOTFS_TAR is not set BR2_TARGET_ROOTFS_INITRAMFS=y -- 2.30.2