On Fri, Mar 21, 2014 at 11:08:53AM -0700, Darwin Rambo wrote:

> The reason for this change is to be able to use the ARM Trusted Firmware
> (ATF) to load the various ATF images, plus u-boot, which can then load
> the kernel/ramdisk/dtb with calls to an external host from a standard
> fastmodel armv8 board file using semihosting, and then launch the kernel
> without a bootwrapper. This gives us a more realistic boot sequence.
[snip]
> +     if (!(kernel_name && initrd_name && fdt_name)) {
> +             printf
> +                 ("%s: Define {kernel/initrd/fdt}_name\n", __func__);
> +             return -1;

Funky wrapping there, please correct.

Otherwise I think this is OK.  Albert?

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to