Re: [U-Boot] [PATCH 2/3] MIPS: bootm: rework and fix broken bootm code

2015-11-05 Thread Simon Glass
On 2 November 2015 at 16:38, Tom Rini wrote: > On Sun, Nov 01, 2015 at 05:36:14PM +0100, Daniel Schwierzeck wrote: > >> The move to 'generic board' as well as changes in the generic >> bootm code broke the boot of FIT uImage's. Especially uImage's >> with additional initramfs images or FDT's do no

Re: [U-Boot] [PATCH 2/3] MIPS: bootm: rework and fix broken bootm code

2015-11-02 Thread Tom Rini
On Sun, Nov 01, 2015 at 05:36:14PM +0100, Daniel Schwierzeck wrote: > The move to 'generic board' as well as changes in the generic > bootm code broke the boot of FIT uImage's. Especially uImage's > with additional initramfs images or FDT's do not work anymore. > > Refactor the bootm code to work

[U-Boot] [PATCH 2/3] MIPS: bootm: rework and fix broken bootm code

2015-11-01 Thread Daniel Schwierzeck
The move to 'generic board' as well as changes in the generic bootm code broke the boot of FIT uImage's. Especially uImage's with additional initramfs images or FDT's do not work anymore. Refactor the bootm code to work again with the generic bootm code. Always relocate ramdisk and FDT in step 'b