util_libs
util_libs copied to clipboard
libethdrivers,imx: Reintroduce ethif_imx6_init
This init function is used by ethif_new_lwip_driver and was previously removed in an earlier refactor. This commit reintroduces it.
Signed-off-by: Kent McLeod [email protected]
As a follow-up, should we have a CI test that a system using LWIP still builds? Since i.MX6 i supported in QEMU, we could later even add a check that this actually works
As a follow-up, should we have a CI test that a system using LWIP still builds? Since i.MX6 i supported in QEMU, we could later even add a check that this actually works
This would be the closest: https://github.com/seL4/camkes/pull/13
I'm fine with merging this when the style issue and the missing return are addressed. Leaving the include file for now is a nice-to-have thing.
@kent-mcleod: do you want to merge this?