From 01a4446d1cff0ff67a4fdc7778a259105634643c Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Sun, 2 Jan 2022 17:58:48 +0100 Subject: [PATCH] configs/stm32f469_disco_xip: remove BR2_LINUX_KERNEL_XZ This is a XIP kernel, so it shouldn't be compressed. Signed-off-by: Dario Binacchi Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- configs/stm32f469_disco_xip_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/stm32f469_disco_xip_defconfig b/configs/stm32f469_disco_xip_defconfig index f3d333278a..6c4f227f58 100644 --- a/configs/stm32f469_disco_xip_defconfig +++ b/configs/stm32f469_disco_xip_defconfig @@ -7,7 +7,6 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/stmicroelectronics/stm32f469-disco/linux-xip.config" BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y -BR2_LINUX_KERNEL_XZ=y BR2_LINUX_KERNEL_IMAGE_TARGET_NAME="xipImage" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="stm32f469-disco"