Re: [U-Boot] [PATCH 3/3] rockchip: correct ARCH_SOC name

2019-05-01 Thread Philipp Tomsich
> The ARCH_SOC name default as 'rockchip' and we put all the > header file in 'arch/arm/include/asm/arch-rockchip/', but > the 'rockchip' is not the SOC name, let's correct it after > we update all the source file. > > Signed-off-by: Kever Yang > Reviewed-by: Philipp Tomsiich > --- > > arch/ar

Re: [U-Boot] [PATCH 3/3] rockchip: correct ARCH_SOC name

2019-03-28 Thread Kever Yang
Hi Philipp, On 03/28/2019 03:02 PM, Philipp Tomsich wrote: > >> On 28.03.2019, at 04:01, Kever Yang wrote: >> >> The ARCH_SOC name default as 'rockchip' and we put all the >> header file in 'arch/arm/include/asm/arch-rockchip/', but >> the 'rockchip' is not the SOC name, let's correct it after >

Re: [U-Boot] [PATCH 3/3] rockchip: correct ARCH_SOC name

2019-03-28 Thread Philipp Tomsich
> On 28.03.2019, at 04:01, Kever Yang wrote: > > The ARCH_SOC name default as 'rockchip' and we put all the > header file in 'arch/arm/include/asm/arch-rockchip/', but > the 'rockchip' is not the SOC name, let's correct it after > we update all the source file. > > Signed-off-by: Kever Yang