u-boot/board/ti/omap2420h4
Hunter, Jon 47f58a7357 omap2420-h4: Fix booting from NOR flash
The omap2420-h4 board is using a RAM based address as the linker
location for code. This is causing several problems when attempting
to run the latest u-boot code base on this board from flash. Update
the default linker location for code to be in NOR flash. Please note
that OMAP maps the NOR flash to address 0x08000000 by default and so
use this as the default address for the NOR flash.

Also remove legacy code that attempts to calculate where in flash the
sdata structure, that holds the memory interface configuration data,
is located. By changing the default linker location for code to flash
this is no longer necessary.

Signed-off-by: Jon Hunter <jon-hunter@ti.com>
2013-04-08 11:29:05 -04:00
..
Makefile punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00
config.mk omap2420-h4: Fix booting from NOR flash 2013-04-08 11:29:05 -04:00
lowlevel_init.S Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE 2010-10-18 22:07:10 +02:00
mem.c omap2420-h4: Fix booting from NOR flash 2013-04-08 11:29:05 -04:00
omap2420h4.c omap2420-h4: Fix DRAM initialisation 2013-04-08 11:29:05 -04:00
sys_info.c ARM: prevent misaligned array inits 2012-10-15 11:53:07 -07:00