diff options
author | Birger Koblitz <git@birger-koblitz.de> | 2022-01-12 19:52:10 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-02-17 15:21:47 +0000 |
commit | 8079574f2c42aa1f4d9175c3367e45215b094a15 (patch) | |
tree | ac58f28cf929417e476639c0617105c54bc3a4aa /target | |
parent | a82583594277e12d31254697aa6b034f4b59f6f5 (diff) | |
download | upstream-8079574f2c42aa1f4d9175c3367e45215b094a15.tar.gz upstream-8079574f2c42aa1f4d9175c3367e45215b094a15.tar.bz2 upstream-8079574f2c42aa1f4d9175c3367e45215b094a15.zip |
realtek: Remove RTL838X PHY firmware from RTL839X kernel
The RTL839X does not have an internal phy and thus does not need to have any
firmware as part of the kernel, especially not firmware for the RTL838X.
Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/realtek/rtl839x/config-5.10 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/realtek/rtl839x/config-5.10 b/target/linux/realtek/rtl839x/config-5.10 index 770ad0641b..5704b4265a 100644 --- a/target/linux/realtek/rtl839x/config-5.10 +++ b/target/linux/realtek/rtl839x/config-5.10 @@ -41,8 +41,6 @@ CONFIG_DMA_NONCOHERENT=y CONFIG_DTC=y CONFIG_EARLY_PRINTK=y CONFIG_EARLY_PRINTK_8250=y -CONFIG_EXTRA_FIRMWARE="rtl838x_phy/rtl838x_8214fc.fw rtl838x_phy/rtl838x_8218b.fw rtl838x_phy/rtl838x_8380.fw" -CONFIG_EXTRA_FIRMWARE_DIR="firmware" CONFIG_FIXED_PHY=y CONFIG_FORCE_MAX_ZONEORDER=13 CONFIG_FW_LOADER_PAGED_BUF=y |