Re: [U-Boot] [PATCH v2] tools: imximage: Load a size that is multiple of 512

2013-01-05 Thread Stefano Babic
On 03/01/2013 19:24, Fabio Estevam wrote: In order to mx53 ROM to properly load the U-boot image, its header size should be multiple of 512 bytes. This issue was observed with gcc 4.6.2/4.7.3, which caused data aborts: U-Boot 2013.01-rc2-00172-gf8cfcf1-dirty (Dec 26 2012 - 13:13:28)

Re: [U-Boot] [PATCH v2] tools: imximage: Load a size that is multiple of 512

2013-01-04 Thread Stefano Babic
On 04/01/2013 07:20, Dirk Behme wrote: On 03.01.2013 19:24, Fabio Estevam wrote: In order to mx53 ROM to properly load the U-boot image, its header size should be multiple of 512 bytes. Hi Dirk, ... Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com Signed-off-by: Fabio Estevam

Re: [U-Boot] [PATCH v2] tools: imximage: Load a size that is multiple of 512

2013-01-04 Thread Fabio Estevam
On Fri, Jan 4, 2013 at 10:08 PM, Fabio Estevam feste...@gmail.com wrote: On Fri, Jan 4, 2013 at 7:03 AM, Stefano Babic sba...@denx.de wrote: Is this i.MX53 specific or is this valid for i.MX6, too? It seems that i.MX6 is not afflicted by this issue. For i.MX6 it adds only some padding to the

[U-Boot] [PATCH v2] tools: imximage: Load a size that is multiple of 512

2013-01-03 Thread Fabio Estevam
In order to mx53 ROM to properly load the U-boot image, its header size should be multiple of 512 bytes. This issue was observed with gcc 4.6.2/4.7.3, which caused data aborts: U-Boot 2013.01-rc2-00172-gf8cfcf1-dirty (Dec 26 2012 - 13:13:28) Board: MX53 LOCO I2C: ready DRAM: 1 GiB MMC:

Re: [U-Boot] [PATCH v2] tools: imximage: Load a size that is multiple of 512

2013-01-03 Thread Dirk Behme
On 03.01.2013 19:24, Fabio Estevam wrote: In order to mx53 ROM to properly load the U-boot image, its header size should be multiple of 512 bytes. ... Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: -