From 65a12fb53ab95a22a2a7b19b8f53396ce4fb561c Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Wed, 7 Feb 2024 10:21:11 +0100 Subject: [PATCH] configs/ti_am64x_sk_defconfig: drop redundant defconfig choice The defconfig choice is the default one, so it is redundant and can be removed without effect. Signed-off-by: Romain Naour Signed-off-by: Thomas Petazzoni --- configs/ti_am64x_sk_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/ti_am64x_sk_defconfig b/configs/ti_am64x_sk_defconfig index b3e69e9e93..4bfd31f0c8 100644 --- a/configs/ti_am64x_sk_defconfig +++ b/configs/ti_am64x_sk_defconfig @@ -24,7 +24,6 @@ BR2_TARGET_OPTEE_OS=y BR2_TARGET_OPTEE_OS_PLATFORM="k3" BR2_TARGET_TI_K3_IMAGE_GEN=y BR2_TARGET_TI_K3_IMAGE_GEN_SOC_AM64X=y -BR2_TARGET_TI_K3_IMAGE_GEN_SECTYPE_GP=y BR2_TARGET_TI_K3_R5_LOADER=y BR2_TARGET_TI_K3_R5_LOADER_BOARD_DEFCONFIG="am64x_evm_r5" BR2_TARGET_UBOOT=y