fix: LicheePi 4A ethernet - correct DWMAC defconfig symbol#299
fix: LicheePi 4A ethernet - correct DWMAC defconfig symbol#299zhuzhenxxx-collab wants to merge 1 commit into
Conversation
|
开始测试 log: https://github.com/RVCK-Project/rvck/actions/runs/26926320203 参数解析结果
测试完成 详细结果:
Kunit Test Result[02:30:42] Testing complete. Ran 482 tests: passed: 466, skipped: 16
Kernel Build Result
Check Patch Result
LAVA Check (qemu)
result: Lava check done!
|
dist inclusion category: cleanup Link: RVCK-Project#298 -------------------------------- CONFIG_DWMAC_XUANTIE does not exist in Kconfig (the actual symbol is CONFIG_DWMAC_THEAD). The invalid config meant the TH1520 GMAC glue driver was never built, leaving ethernet non-functional. Change to CONFIG_DWMAC_THEAD=y to build it in. Signed-off-by: ZhenXing Zhu <zhenxing.zhu@linux.alibaba.com>
0f0bd5a to
ba44bba
Compare
|
开始测试 log: https://github.com/RVCK-Project/rvck/actions/runs/26990328769 参数解析结果
测试完成 详细结果:
Kunit Test Result[01:49:42] Testing complete. Ran 482 tests: passed: 466, skipped: 16
Kernel Build Result
Check Patch Result
LAVA Check (qemu)
result: Lava check done!
|
|
@sterling-teng Please merge this pr |
Fix LicheePi 4A (TH1520) ethernet being non-functional.
Change:
CONFIG_DWMAC_XUANTIE=m→CONFIG_DWMAC_THEAD=mTested on LicheePi 4A - ethernet works after this fix.
Link: #298