From: Peter Seiderer Date: Tue, 8 Jun 2021 19:47:22 +0000 (+0200) Subject: configs/raspberrypicm4io_64_defconfig: fix typo (missing '=y') X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=96886e0851dc568ddbed845bf3e47bbd70a891b1;p=buildroot.git configs/raspberrypicm4io_64_defconfig: fix typo (missing '=y') Signed-off-by: Peter Seiderer Signed-off-by: Thomas Petazzoni --- diff --git a/configs/raspberrypicm4io_64_defconfig b/configs/raspberrypicm4io_64_defconfig index 62512ad7c5..304428ec64 100644 --- a/configs/raspberrypicm4io_64_defconfig +++ b/configs/raspberrypicm4io_64_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