* [Buildroot] [PATCH] configs/rock5b: Remove futile uboot tools param
@ 2024-07-31 21:55 Kilian Zinnecker via buildroot
2024-08-01 21:40 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Kilian Zinnecker via buildroot @ 2024-07-31 21:55 UTC (permalink / raw)
To: buildroot; +Cc: Kilian Zinnecker
While switching from a custom to mainline kernel, the uboot tools
became unneeded and were removed from the rock5b_defconfig.
However, the FIT support configuration parameter was accidentally
left inside the defconfig. This patch removes it.
Signed-off-by: Kilian Zinnecker <kilian.zinnecker@mail.de>
---
configs/rock5b_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/configs/rock5b_defconfig b/configs/rock5b_defconfig
index 2765b5fbd8..0778e8afdf 100644
--- a/configs/rock5b_defconfig
+++ b/configs/rock5b_defconfig
@@ -40,7 +40,6 @@ BR2_TARGET_GENERIC_ISSUE="Welcome to the rock5b board"
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_ROOTFS_EXT2_SIZE="250M"
-BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y
BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_DTC=y
BR2_PACKAGE_HOST_GENIMAGE=y
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-01 21:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31 21:55 [Buildroot] [PATCH] configs/rock5b: Remove futile uboot tools param Kilian Zinnecker via buildroot
2024-08-01 21:40 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox