@@ -1,7 +1,6 @@
# Architecture
BR2_xtensa=y
-BR2_XTENSA_CUSTOM=y
-BR2_XTENSA_OVERLAY_FILE="https://github.com/jcmvbkbc/xtensa-toolchain-build/raw/95291b7c39e6f790d0b2f062c945a630290f2c81/overlays/xtensa_dc233c.tar.gz"
+BR2_xtensa_dc233c=y
# System
BR2_SYSTEM_DHCP="eth0"
@@ -1,7 +1,6 @@
# Architecture
BR2_xtensa=y
-BR2_XTENSA_CUSTOM=y
-BR2_XTENSA_OVERLAY_FILE="https://github.com/jcmvbkbc/xtensa-toolchain-build/raw/95291b7c39e6f790d0b2f062c945a630290f2c81/overlays/xtensa_dc233c.tar.gz"
+BR2_xtensa_dc233c=y
# BR2_XTENSA_USE_MMU is not set
# Use minimal busybox with hush and networking tools
Now that Xtensa DC233C is directly supported as an Xtensa core in menuconfig, let's use the new option. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> --- configs/qemu_xtensa_lx60_defconfig | 3 +-- configs/qemu_xtensa_lx60_nommu_defconfig | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-)