From f37e972f400c96584c7ae81de2b17654c44478cc Mon Sep 17 00:00:00 2001 From: Andrei Aldea <7153954+Grippy98@users.noreply.github.com> Date: Fri, 19 Dec 2025 13:22:40 -0600 Subject: [PATCH] TI SK-AM62-SIP Remove Edge Target Caused build failures in OS because not in upstream u-boot yet. --- config/boards/sk-am62-sip.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/sk-am62-sip.conf b/config/boards/sk-am62-sip.conf index 2dc50838d7..7e6037d39f 100644 --- a/config/boards/sk-am62-sip.conf +++ b/config/boards/sk-am62-sip.conf @@ -11,7 +11,7 @@ BOOT_FDT_FILE="ti/k3-am6254xxl-sk.dts" TIBOOT3_BOOTCONFIG="am6254xxl_evm_r5_defconfig" TIBOOT3_FILE="tiboot3-am62x-hs-fs-evm.bin" DEFAULT_CONSOLE="serial" -KERNEL_TARGET="vendor,vendor-rt,vendor-edge,edge" +KERNEL_TARGET="vendor,vendor-rt,vendor-edge" KERNEL_TEST_TARGET="vendor" SERIALCON="ttyS2" ATF_BOARD="lite"