Re: [U-Boot] [PATCH 3/8] sunxi: Allow SPL to be compiled for sun8i platforms

2018-01-24 Thread Miquel Raynal
Hi Maxime, On Wed, 24 Jan 2018 08:49:10 +0100 Maxime Ripard wrote: > Hi, > > On Wed, Jan 24, 2018 at 01:44:49AM +0100, Miquel Raynal wrote: > > Add some clocks/PLL definitions and the dependency on MACH_SUN8I in > > Kconfig so the SPL could be compiled to

Re: [U-Boot] [PATCH 3/8] sunxi: Allow SPL to be compiled for sun8i platforms

2018-01-23 Thread Maxime Ripard
Hi, On Wed, Jan 24, 2018 at 01:44:49AM +0100, Miquel Raynal wrote: > Add some clocks/PLL definitions and the dependency on MACH_SUN8I in > Kconfig so the SPL could be compiled to boards using A33 SoCs. > > Signed-off-by: Miquel Raynal The SPL can already be

[U-Boot] [PATCH 3/8] sunxi: Allow SPL to be compiled for sun8i platforms

2018-01-23 Thread Miquel Raynal
Add some clocks/PLL definitions and the dependency on MACH_SUN8I in Kconfig so the SPL could be compiled to boards using A33 SoCs. Signed-off-by: Miquel Raynal --- arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 6 ++ drivers/mtd/nand/Kconfig