configs/raspberrypicm4io_64_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:22 +02:00 committed by Thomas Petazzoni
parent f64e93cd02
commit 96886e0851

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