]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap5912-osk: Fix booting from NOR flash
authorJon Hunter <jon-hunter@ti.com>
Tue, 9 Apr 2013 21:41:30 +0000 (16:41 -0500)
committerTom Rini <trini@ti.com>
Wed, 10 Apr 2013 20:03:01 +0000 (16:03 -0400)
commit5faba1eac6ebfd769e25727283afa9d7275e9700
treef16c447a2ab74e76dbf7b4f00a42dd1359dca59e
parentc8b30b858fe3425e005940b2db314fc3cc9d106c
omap5912-osk: Fix booting from NOR flash

The omap5912-osk 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 at address
0x00000000.

The omap5912-osk board only has 32MB of RAM and so fix the comment
in the omap5912-osk config.mk file as well.

Signed-off-by: Jon Hunter <jon-hunter@ti.com>
board/ti/omap5912osk/config.mk