From 26af1dd9070056710d715a168104c18340fad4e7 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 17 Dec 2020 16:30:02 +0100 Subject: [PATCH] Disable Raspberry Pi EEPROM upgrade (#1045) (#1103) The EEPROM upgrade 2020-10-28 causes issues with JMS583 or JMS580 controller from Jmicron. Others reported that the same update fixes reboot issues. Currently there is no Raspberry Pi 4 firmware which works for all cases. Therefor don't ship an EEPROM upgrade so users can flash and continue using what works for their setup. --- buildroot-external/configs/rpi4_64_defconfig | 1 - buildroot-external/configs/rpi4_defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/buildroot-external/configs/rpi4_64_defconfig b/buildroot-external/configs/rpi4_64_defconfig index 16b341032..d9f3b570b 100644 --- a/buildroot-external/configs/rpi4_64_defconfig +++ b/buildroot-external/configs/rpi4_64_defconfig @@ -43,7 +43,6 @@ BR2_PACKAGE_SQUASHFS=y BR2_PACKAGE_RPI_FIRMWARE=y BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI4=y BR2_PACKAGE_RPI_WIFI_FIRMWARE=y -BR2_PACKAGE_RPI_EEPROM=y BR2_PACKAGE_CRDA=y BR2_PACKAGE_GPTFDISK=y BR2_PACKAGE_GPTFDISK_SGDISK=y diff --git a/buildroot-external/configs/rpi4_defconfig b/buildroot-external/configs/rpi4_defconfig index a60760ec3..49e3bc2ce 100644 --- a/buildroot-external/configs/rpi4_defconfig +++ b/buildroot-external/configs/rpi4_defconfig @@ -43,7 +43,6 @@ BR2_PACKAGE_SQUASHFS=y BR2_PACKAGE_RPI_FIRMWARE=y BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI4=y BR2_PACKAGE_RPI_WIFI_FIRMWARE=y -BR2_PACKAGE_RPI_EEPROM=y BR2_PACKAGE_CRDA=y BR2_PACKAGE_GPTFDISK=y BR2_PACKAGE_GPTFDISK_SGDISK=y