commit | 4d1c54ceb8983210edac1ca3d51305276b44b4e8 | [log] [tgz] |
---|---|---|
author | Jon Hunter <jon-hunter@ti.com> | Tue Apr 09 16:41:30 2013 -0500 |
committer | Tom Rini <trini@ti.com> | Wed Apr 10 16:03:01 2013 -0400 |
tree | f16c447a2ab74e76dbf7b4f00a42dd1359dca59e | |
parent | b3060cb09473dba8c0c08865f99c55242ba160bb [diff] |
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>