Hello I want to fix the mac address of the S32G gmac, I execute the following command under uboot
setenv ethaddr d6:20:eb:40:75:d8
saveenv
The mac address obtained when running ifconfig eth0 to the kernel is different from ethaddr. Does the current s32g support mac address passing from uboot to the kernel.