Re: [U-Boot] [PATCH] armv8: ls2080a/ls1043a/ls1012a: enable support for booti

2016-08-01 Thread Stuart Yoder
> -Original Message- > From: Tom Rini [mailto:tr...@konsulko.com] > Sent: Saturday, July 30, 2016 9:03 AM > To: Stuart Yoder > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] armv8: ls2080a/ls1043a/ls1012a: enable support > for booti > > On Fri,

Re: [U-Boot] [PATCH] armv8: ls2080a/ls1043a/ls1012a: enable support for booti

2016-07-30 Thread Tom Rini
On Fri, Jul 29, 2016 at 03:59:18PM -0500, Stuart Yoder wrote: > The booti command allows booting kernels specifying dtb, > kernel, and rootfs addresses individually (without needing > an ITB file), providing more flexibility. > > Signed-off-by: Stuart Yoder With v2 of https://patchwork.ozlabs.o

[U-Boot] [PATCH] armv8: ls2080a/ls1043a/ls1012a: enable support for booti

2016-07-29 Thread Stuart Yoder
The booti command allows booting kernels specifying dtb, kernel, and rootfs addresses individually (without needing an ITB file), providing more flexibility. Signed-off-by: Stuart Yoder --- include/configs/ls1012a_common.h | 1 + include/configs/ls1043a_common.h | 1 + include/configs/ls2080a_co