mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-17 20:39:29 -04:00
Partially revert commit332645a610("uboot-mediatek: sync with mtk-openwrt/u-boot 20250711") by dropping unused PHY drivers which come with large embedded firmware (and are hence inacceptable for upstream) and restoring our previous version of the Airoha EN8811H driver which is known to work and load firmware from the eMMC boot1 hardware partition instead of embedding it in the driver. In future we may switch to the upstream Airoha EN8811H driver which allows loading the firmware either from a filesystem or overloading the en8811h_read_fw() for board which may eg. store that firmware directly inside a eMMC hardware partition or UBI volume, like the BPi-R3 mini does. See also: https://patchwork.ozlabs.org/project/uboot/patch/20250615131243.30770-1-lucienzx159@gmail.com/ Fixes:332645a610("uboot-mediatek: sync with mtk-openwrt/u-boot 20250711") Reported-by: Adrian Bente Signed-off-by: Daniel Golle <daniel@makrotopia.org>