9
0
Fork 0
barebox/arch
Sascha Hauer 47d0240b9c ARM i.MX pca100: Fix nand boot
The following missed to add a jump to board_init_lowlevel_return for the
phycard pca100 board:

| commit 244198ea8b
| Author: Sascha Hauer <s.hauer@pengutronix.de>
| Date:   Sun Jul 8 18:30:42 2012 +0200
|
|     ARM boards: Use _text rather than TEXT_BASE
|
|     With compressed image support TEXT_BASE will become the base
|     address of the uncompressed image. What the boards want instead
|     is the base address of the decompressor code or, if not compressed,
|     the base address of the uncompressed image. Use _text which is
|     the correct one for both cases.
|
|     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

This fixes it by adding the jump. Also imx_nand_load_image is directly
called from lowlevel_init.S which fixes compilation with pbl support
enabled.

Tested with both compression enabled and disabled.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-10-02 08:42:03 +02:00
..
arm ARM i.MX pca100: Fix nand boot 2012-10-02 08:42:03 +02:00
blackfin Merge branch 'for-next/smc911x' 2012-09-05 12:59:59 +02:00
mips mips: remove undefined local_irq_save/local_irq_restore 2012-09-16 09:47:46 +02:00
nios2 nios2: Fix DMA functions when CPU has no dcache 2012-09-19 19:31:30 +02:00
openrisc Merge branch 'for-next/fs' 2012-09-05 12:59:29 +02:00
ppc fsl TSEC: register map boundary 2012-09-11 10:06:09 +02:00
sandbox sandbox: do not register device before barebox is started 2012-09-20 08:50:59 +02:00
x86 Merge branch 'for-next/pbl' 2012-09-05 12:59:29 +02:00
architecture.dox MIPS: add documentation 2011-08-05 18:20:17 +02:00