Re: [U-Boot] [PATCH v3 1/2] rockchip: add common header boot0.h and gpio.h for soc

2019-05-06 Thread Jagan Teki
On Mon, May 6, 2019 at 8:51 AM Kever Yang wrote: > > boot0.h and gpio.h will be used by system and include by > 'asm/arch/', each of them need of a copy from 'asm/arch-rockchip'. > > Signed-off-by: Kever Yang > Reviewed-by: Tom Rini > --- What is v3 changes here? I'm trying to test this along w

[U-Boot] [PATCH v3 1/2] rockchip: add common header boot0.h and gpio.h for soc

2019-05-05 Thread Kever Yang
boot0.h and gpio.h will be used by system and include by 'asm/arch/', each of them need of a copy from 'asm/arch-rockchip'. Signed-off-by: Kever Yang Reviewed-by: Tom Rini --- arch/arm/include/asm/arch-rk3036/boot0.h | 11 +++ arch/arm/include/asm/arch-rk3036/gpio.h | 11 +++