Re: [U-Boot-Users] [PATCH] FIT: Fix handling of images without ramdisks

2008-08-09 Thread Wolfgang Denk
Dear Peter Tyser, In message [EMAIL PROTECTED] you wrote: boot_get_ramdisk() should not treat the case when a FIT image does not contain a ramdisk as an error. Signed-off-by: Peter Tyser [EMAIL PROTECTED] --- The original code would not allow booting of a FIT image which didn't contain

Re: [U-Boot-Users] [PATCH] FIT: Fix handling of images without ramdisks

2008-08-07 Thread Michal Simek
Hi Peter, I've included my kernel_fdt.its below as well as 2 boot attempts with some debug enabled - the 1st on without the patch, the 2nd with the patch. I'm using the mainline master (based on 1953d128fd07f07d1c3810a28c0863ea64dae1b6), not the 85xx repo, but I believe the problem exists

Re: [U-Boot-Users] [PATCH] FIT: Fix handling of images without ramdisks

2008-08-07 Thread Michal Simek
Yes, you are right. I tested it and works. Ack-by: Michal Simek [EMAIL PROTECTED] WD: This is bug fix - can you please handle this bug directly to your tree. Thanks, Michal boot_get_ramdisk() should not treat the case when a FIT image does not contain a ramdisk as an error.

Re: [U-Boot-Users] [PATCH] FIT: Fix handling of images without ramdisks

2008-08-06 Thread Michal Simek
Hi Peter, I tested current head on my boards and I have no problem with it. Can you post your config part where you have problem? And I look at 85xx repo and I haven't found this fix there. The last patch on master branch in mine. Regards, Michal Simek boot_get_ramdisk() should not treat the

Re: [U-Boot-Users] [PATCH] FIT: Fix handling of images without ramdisks

2008-08-06 Thread Peter Tyser
On Wed, 2008-08-06 at 22:26 +0200, Michal Simek wrote: I tested current head on my boards and I have no problem with it. Can you post your config part where you have problem? And I look at 85xx repo and I haven't found this fix there. The last patch on master branch in mine. Hi Michal, I've

[U-Boot-Users] [PATCH] FIT: Fix handling of images without ramdisks

2008-08-05 Thread Peter Tyser
boot_get_ramdisk() should not treat the case when a FIT image does not contain a ramdisk as an error. Signed-off-by: Peter Tyser [EMAIL PROTECTED] --- The original code would not allow booting of a FIT image which didn't contain a ramdisk. The bug was observed and fixed on a powerpc 85xx