[U-Boot] [PATCH] configs: rockpro64-rk3399: Enable CONFIG_MISC_INIT_R and ROCKCHIP_EFUSE

2019-09-10 Thread Hugh Cole-Baker
This enables reading the cpuid from e-fuse, and deriving a static MAC address from it. Without this, the ethernet interface on the rockpro64 can't be used to boot. Signed-off-by: Hugh Cole-Baker Cc: Philipp Tomsich --- configs/rockpro64-rk3399_defconfig | 3 +++ 1 file changed, 3 insertions(+)

Re: [U-Boot] [PATCH] configs: rockpro64-rk3399: Enable CONFIG_MISC_INIT_R and ROCKCHIP_EFUSE【请注意,邮件由u-boot-boun...@lists.denx.de代发】 CONFIG_MISC_INIT_R and ROCKCHIP_EFUSE

2019-09-11 Thread Kever Yang
On 2019/9/10 上午4:48, Hugh Cole-Baker wrote: This enables reading the cpuid from e-fuse, and deriving a static MAC address from it. Without this, the ethernet interface on the rockpro64 can't be used to boot. Signed-off-by: Hugh Cole-Baker Cc: Philipp Tomsich Reviewed-by: Kever Yang Than