[U-Boot] beaglxm/bootz: kernel boot fail due to align err: cache handling issues?

2013-08-23 Thread Nishanth Menon
Hi, Noticed an interesting behavior where adding a dcache flush kernel boot fail due to unaligned-accesses seems to go away. Full details: http://pastebin.com/kVBRWsbE Without dcache flush being added to my uenvcmd: Kernel image @ 0x8020 [ 0x00 - 0x3e2690 ] data abort MAYBE you should

Re: [U-Boot] beaglxm/bootz: kernel boot fail due to align err: cache handling issues?

2013-08-23 Thread Robert Nelson
On Fri, Aug 23, 2013 at 9:21 AM, Nishanth Menon n...@ti.com wrote: Hi, Noticed an interesting behavior where adding a dcache flush kernel boot fail due to unaligned-accesses seems to go away. Full details: http://pastebin.com/kVBRWsbE Without dcache flush being added to my uenvcmd: Kernel

Re: [U-Boot] beaglxm/bootz: kernel boot fail due to align err: cache handling issues?

2013-08-23 Thread Nishanth Menon
On 08/23/2013 09:32 AM, Robert Nelson wrote: On Fri, Aug 23, 2013 at 9:21 AM, Nishanth Menon n...@ti.com wrote: Hi, Noticed an interesting behavior where adding a dcache flush kernel boot fail due to unaligned-accesses seems to go away. Full details: http://pastebin.com/kVBRWsbE Without