|
@@ -4,6 +4,9 @@ rpi_errors = [
|
|
|
'bcmgenet fd580000.genet: failed to get enet-eee clock',
|
|
|
'bcmgenet fd580000.genet: failed to get enet-wol clock',
|
|
|
'bcmgenet fd580000.genet: failed to get enet clock',
|
|
|
+ 'bcmgenet fd580000.ethernet: failed to get enet-eee clock',
|
|
|
+ 'bcmgenet fd580000.ethernet: failed to get enet-wol clock',
|
|
|
+ 'bcmgenet fd580000.ethernet: failed to get enet clock',
|
|
|
]
|
|
|
|
|
|
ignore_errors['raspberrypi4'] = rpi_errors + common_errors
|