Integrate u-boot-seco-rk/ap/fix-e09-eeprom-lib
[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.