Files
u-boot/include
Stefan Agner b188067f39 arm: vf610: fix boot from SD-card
Boot from SD-card (and probably also from NAND) was broken since
commit d6d07a9bec ("arm: vf610: add NAND support for vf610twr").
It looks like the increased size of U-Boot lead to a situation
where the boot ROM overwrote its own stack/heap while loading
U-Boot from the SD-card to the SRAM. However, U-Boot worked fine
when loaded through USB serial loader directly into SRAM. It
looks like loading from SD-card uses other stack/heap location
then the serial loader (or maybe no stack or heap at all).
This fix moves U-Boot to gfxRAM, which is 512kB in size and is not
used by the boot ROM nor the SD-card loader of it.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Acked-by: Bill Pringlemeir <bpringlemeir@nbsps.com>
2015-01-09 10:27:51 -05:00
..
2015-01-09 10:27:51 -05:00
2014-12-11 13:18:43 -07:00
2014-12-18 13:19:20 -07:00
2015-01-05 15:13:46 -05:00
2015-01-05 12:08:52 -05:00
2014-11-21 08:13:17 +01:00
2014-12-18 13:19:20 -07:00
2014-11-19 08:48:41 +01:00
2014-12-05 08:06:15 -08:00
2014-11-19 08:48:42 +01:00
2014-12-11 13:18:43 -07:00
2014-12-11 13:18:42 -07:00
2015-01-06 10:10:04 +02:00
2015-01-05 12:08:55 -05:00
2014-11-24 12:00:00 +01:00
2014-12-13 15:08:04 -07:00
2014-12-31 19:10:13 +01:00
2014-11-25 06:34:15 -07:00