]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: OMAP3_LOGIC: Fix SPL Memory Map for Falcon Mode
authorAdam Ford <aford173@gmail.com>
Sun, 13 Nov 2016 03:43:37 +0000 (21:43 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 21 Nov 2016 19:07:32 +0000 (14:07 -0500)
commitb15e7c172709c0bbf10d8a229986581660d2b75f
tree4541f4c74b96acd15a893f259dcf7cca8e853011
parentade243a211d62327e9ebadce27bbbff7981e37f0
ARM: OMAP3_LOGIC: Fix SPL Memory Map for Falcon Mode

The memory map defined in commit ("49c7303f0e52: OMAP3: Enable SPL
on omap3_logic) was used by a copy-paste of another board without
fully understanding how the map works in Falcon mode.  This patch
undoes the customization and uses the default SPL Memory Map
for OMAP3.

When building the uImage, set LOADADDR=0x82000000 and Falcon
mode should properly load.

Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/configs/omap3_logic.h