diff mbox series

[2/5] configs/beaglebone_qt5: drop U-Boot tools

Message ID 20240720201659.2253736-2-dario.binacchi@amarulasolutions.com
State Accepted
Headers show
Series [1/5] configs/beaglebone_qt5: bump U-Boot to 2024.07 | expand

Commit Message

Dario Binacchi July 20, 2024, 8:16 p.m. UTC
Commit e2520d0ff3d8e ("configs/beaglebone_qt5: bump kernel and U-Boot,
add weston") selected host-uboot-tools with FIT support to create the
images. They are no longer necessary now.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
 configs/beaglebone_qt5_defconfig | 2 --
 1 file changed, 2 deletions(-)

Comments

Thomas Petazzoni July 30, 2024, 9:20 p.m. UTC | #1
On Sat, 20 Jul 2024 22:16:56 +0200
Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:

> Commit e2520d0ff3d8e ("configs/beaglebone_qt5: bump kernel and U-Boot,
> add weston") selected host-uboot-tools with FIT support to create the
> images. They are no longer necessary now.
> 
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
>  configs/beaglebone_qt5_defconfig | 2 --
>  1 file changed, 2 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/configs/beaglebone_qt5_defconfig b/configs/beaglebone_qt5_defconfig
index 6201507770aa..e58255a1086c 100644
--- a/configs/beaglebone_qt5_defconfig
+++ b/configs/beaglebone_qt5_defconfig
@@ -44,5 +44,3 @@  BR2_TARGET_UBOOT_SPL_NAME="MLO"
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
 BR2_PACKAGE_HOST_GENIMAGE=y
 BR2_PACKAGE_HOST_MTOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS=y
-BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT=y