Skip to content

Integrate u-boot-seco-rk/ap/fix-e09-eeprom-lib

GitBot requested to merge u-boot-seco-rk/ap/fix-e09-eeprom-lib into kirkstone

Commit: edgehog/bsp/rockchip/u-boot-seco-rk@a66e4fe9

[E09] adapt to new eeprom lib

Adapt the board file of e09 to new API to read mac address from eeprom introduced in cc0a3644b2662a90edafa14ffaf2ea06df45ee7d

This fixes the following compilation error that occurs when building for e09:

fatal error: ../common/e2promlib.h: No such file or directory | 29 | #include "../common/e2promlib.h" | | ^~~~~~~~~~~~~~~~~~~~~~~ | compilation terminated.

Merge request reports