configs/raspberrypicm4io_defconfig: fix typo (missing '=y')

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Peter Seiderer 2021-06-08 21:47:21 +02:00 committed by Thomas Petazzoni
parent 747e2eed88
commit f64e93cd02

View file

@ -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