Re: [U-Boot] [PATCH 09/10] x86: Enable FIT, ELF on coreboot

2014-10-23 Thread Simon Glass
On 10 October 2014 07:30, Simon Glass wrote: > Enable FIT support and the bootelf command. Also change the default load > address to somewhere other than the normal load address of the kernel, > to allow for decompression without overwriting the original file. > > Signed-off-by: Simon Glass > ---

[U-Boot] [PATCH 09/10] x86: Enable FIT, ELF on coreboot

2014-10-10 Thread Simon Glass
Enable FIT support and the bootelf command. Also change the default load address to somewhere other than the normal load address of the kernel, to allow for decompression without overwriting the original file. Signed-off-by: Simon Glass --- include/configs/coreboot.h | 4 +++- 1 file changed, 3