diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-03-16 22:44:47 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-03-16 22:44:47 +0100 |
commit | f8573df213ef04cbc7fc60c7ad05c4a6c6f7dc5d (patch) | |
tree | f16f08b7c042bfc12e97ac87403a7728bfcb46f7 | |
parent | ca823175937126b0116b9a9d8d79ffed3e8e1def (diff) | |
download | buildroot-f8573df213ef04cbc7fc60c7ad05c4a6c6f7dc5d.tar.gz buildroot-f8573df213ef04cbc7fc60c7ad05c4a6c6f7dc5d.zip |
s61x9_micoboard_defconfig: move to internal toolchain
Now that the xilinx external toolchains have been deprecated.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | configs/s6lx9_microboard_defconfig | 6 |
1 files changed, 0 insertions, 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 |