diff mbox series

[v1,1/2] configs/raspberrypicm4io_defconfig: fix typo (missing '=y')

Message ID 20210608194722.13951-1-ps.report@gmx.net
State Accepted
Headers show
Series [v1,1/2] configs/raspberrypicm4io_defconfig: fix typo (missing '=y') | expand

Commit Message

Peter Seiderer June 8, 2021, 7:47 p.m. UTC
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 configs/raspberrypicm4io_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni July 18, 2021, 8:36 p.m. UTC | #1
On Tue,  8 Jun 2021 21:47:21 +0200
Peter Seiderer <ps.report@gmx.net> wrote:

> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  configs/raspberrypicm4io_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Both applied, thanks!

Thomas
diff mbox series

Patch

diff --git a/configs/raspberrypicm4io_defconfig b/configs/raspberrypicm4io_defconfig
index cba07a9064..73dae90c3d 100644
--- a/configs/raspberrypicm4io_defconfig
+++ b/configs/raspberrypicm4io_defconfig
@@ -29,7 +29,7 @@  BR2_PACKAGE_HOST_GENIMAGE=y
 BR2_PACKAGE_HOST_MTOOLS=y
 
 # Required tool to flash CM4 eMMC memory
-BR2_PACKAGE_HOST_RASPBERRYPI_USBBOOT
+BR2_PACKAGE_HOST_RASPBERRYPI_USBBOOT=y
 
 # Filesystem / image
 BR2_TARGET_ROOTFS_EXT2=y