]> Git Repo - buildroot-mgba.git/commitdiff
configs/stm32f469_disco_xip: remove BR2_LINUX_KERNEL_XZ
authorDario Binacchi <[email protected]>
Sun, 2 Jan 2022 16:58:48 +0000 (17:58 +0100)
committerArnout Vandecappelle (Essensium/Mind) <[email protected]>
Tue, 4 Jan 2022 17:49:20 +0000 (18:49 +0100)
This is a XIP kernel, so it shouldn't be compressed.

Signed-off-by: Dario Binacchi <[email protected]>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
configs/stm32f469_disco_xip_defconfig

index f3d333278a53f87544b08604f847e0dcf0c7f97f..6c4f227f582d6a282939182aa6954b82354e17ef 100644 (file)
@@ -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"
This page took 0.032126 seconds and 4 git commands to generate.