
1 Aug
2016
1 Aug
'16
4:13 p.m.
-----Original Message----- From: Tom Rini [mailto:trini@konsulko.com] Sent: Saturday, July 30, 2016 9:03 AM To: Stuart Yoder stuart.yoder@nxp.com Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] armv8: ls2080a/ls1043a/ls1012a: enable support for booti
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 stuart.yoder@nxp.com
With v2 of https://patchwork.ozlabs.org/patch/652262/ we shouldn't need this at all as BOOTI will be enabled by default on ARM64 boards.
Sounds good.
Stuart