Re: [U-Boot] [PATCH 2/8] i.MX: Add target flashable to offset 0

2012-04-12 Thread Timo Ketola
On 12.04.2012 14:11, Stefano Babic wrote: On 12/04/2012 11:33, Timo Ketola wrote: +$(obj)u-boot-nand.imx: $(obj)u-boot.imx + dd if=$< of=$@ seek=2 + I wonder why we need this in u-boot code and to set this rule in the main Makefile. You can always do this after generating u-boot

Re: [U-Boot] [PATCH 2/8] i.MX: Add target flashable to offset 0

2012-04-12 Thread Stefano Babic
On 12/04/2012 11:33, Timo Ketola wrote: > .imx image directly from mkimage must be flashed at offset 0x400 into the > nand. Thats a little hard with e.g. openocd. > > Signed-off-by: Timo Ketola > --- Hi Timo, > Makefile |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff

[U-Boot] [PATCH 2/8] i.MX: Add target flashable to offset 0

2012-04-12 Thread Timo Ketola
.imx image directly from mkimage must be flashed at offset 0x400 into the nand. Thats a little hard with e.g. openocd. Signed-off-by: Timo Ketola --- Makefile |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 1446131..b3f1279 100644 --- a/Makef