Raspberry Pi 4: bootcode.bin is not needed

This commit is contained in:
Calin Crisan 2020-08-16 01:13:27 +03:00
parent 3487a33a64
commit ef176f27c7
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ cp ${BOARD_DIR}/cmdline.txt ${BOOT_DIR}
cp ${BOARD_DIR}/initrd.gz ${BOOT_DIR}
cp ${IMG_DIR}/zImage ${BOOT_DIR}/kernel.img
cp ${IMG_DIR}/bcm2711-rpi-4-b.dtb ${BOOT_DIR}
cp ${RPI_FW_DIR}/bootcode.bin ${BOOT_DIR}
cp ${RPI_FW_DIR}/start.elf ${BOOT_DIR}
cp ${RPI_FW_DIR}/fixup.dat ${BOOT_DIR}

View File

@ -14,7 +14,7 @@ MOTION_CONF_OPTS = --without-pgsql \
--without-sqlite3 \
--without-mysql \
--without-mariadb \
--with-ffmpeg=$(STAGING_DIR)/usr/lib
--with-ffmpeg
ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
MOTION_DEPENDENCIES += rpi-userland