Re: [U-Boot] [PATCH RFC 1/2] ARM: sunxi: Move u-boot-sunxi-with-spl.bin rule to Makefile

2018-03-13 Thread Jagan Teki
On Wed, Mar 7, 2018 at 7:51 AM, André Przywara wrote: > Hi, > > On 06/03/18 21:38, Tuomas Tynkkynen wrote: >> We're going to need this logic for 64-bit builds as well, so move it >> out from under arch/arm/cpu/armv7. >> >> Signed-off-by: Tuomas Tynkkynen

Re: [U-Boot] [PATCH RFC 1/2] ARM: sunxi: Move u-boot-sunxi-with-spl.bin rule to Makefile

2018-03-06 Thread André Przywara
Hi, On 06/03/18 21:38, Tuomas Tynkkynen wrote: > We're going to need this logic for 64-bit builds as well, so move it > out from under arch/arm/cpu/armv7. > > Signed-off-by: Tuomas Tynkkynen Reviewed-by: Andre Przywara Thanks! Andre. > --- >

[U-Boot] [PATCH RFC 1/2] ARM: sunxi: Move u-boot-sunxi-with-spl.bin rule to Makefile

2018-03-06 Thread Tuomas Tynkkynen
We're going to need this logic for 64-bit builds as well, so move it out from under arch/arm/cpu/armv7. Signed-off-by: Tuomas Tynkkynen --- Makefile | 5 + arch/arm/cpu/armv7/sunxi/config.mk | 6 -- 2 files changed, 5 insertions(+), 6