Re: [U-Boot] [U-Boot, 2/3] rockchip: firefly-rk3399: enable EFUSE driver

2017-08-18 Thread Philipp Tomsich
> Enable the EFUSE driver for get the cpuid and serial. > > Signed-off-by: Kever Yang > Acked-by: Philipp Tomsich > --- > > configs/firefly-rk3399_defconfig | 2 ++ > include/configs/evb_rk3399.h | 3 +++ > 2 files changed, 5 insertions(+) > Reviewed-by: Philipp Tomsich

Re: [U-Boot] [U-Boot, 2/3] rockchip: firefly-rk3399: enable EFUSE driver

2017-08-18 Thread Philipp Tomsich
On Thu, 27 Jul 2017, Kever Yang wrote: Enable the EFUSE driver for get the cpuid and serial. Signed-off-by: Kever Yang Acked-by: Philipp Tomsich R --- configs/firefly-rk3399_defconfig | 2 ++ include/configs/evb_rk3399.h | 3 +++ 2 files changed, 5 insertions(+) diff --git a/configs

Re: [U-Boot] [U-Boot, 2/3] rockchip: firefly-rk3399: enable EFUSE driver

2017-08-04 Thread Philipp Tomsich
> Enable the EFUSE driver for get the cpuid and serial. > > Signed-off-by: Kever Yang > --- > > configs/firefly-rk3399_defconfig | 2 ++ > include/configs/evb_rk3399.h | 3 +++ > 2 files changed, 5 insertions(+) > Acked-by: Philipp Tomsich ___