On Mon, Jul 18, 2016 at 12:57:56PM -0500, George McCollister wrote:
> For x86, bzImage must be built instead of zImage.
>
> Include setup.bin (which is required to boot the kernel) in the fitimage
> and always use a load/boot address of 0x0009.
>
> For details see:
> http://git.denx.de/?p=u-
For x86, bzImage must be built instead of zImage.
Include setup.bin (which is required to boot the kernel) in the fitimage
and always use a load/boot address of 0x0009.
For details see:
http://git.denx.de/?p=u-boot.git;a=blob;f=doc/uImage.FIT/x86-fit-boot.txt
Signed-off-by: George McColliste