]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
devkit8000: Move CONFIG_SYS_TEXT_BASE out of bss
authorSimon Schwarz <simonschwarzcor@googlemail.com>
Mon, 5 Dec 2011 23:16:28 +0000 (23:16 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 6 Dec 2011 22:59:41 +0000 (23:59 +0100)
commit5183b7ec48cb6b47df2cb2ac0b7cb3e0c706d392
treeb0c860bde1689540dc5561b1a8cd0a2e8781f3d8
parent754f8cb68978efd31ddea73fa731e4e511bdd873
devkit8000: Move CONFIG_SYS_TEXT_BASE out of bss

This moves CONFIG_SYS_TEXT_BASE one MB after beginning of SD-RAM. Move
CONFIG_SYS_SPL_MALLOC_START to have one MB of free space for the u-boot
image.

CONFIG_SYS_TEXT_BASE was in the middle of the bss-section. This was the
reason for the problems with MMC boot described here:
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/118711

Signed-off-by: Simon Schwarz <simonschwarzcor@gmail.com>
Tested-by: Thomas Weber <weber@corscience.de>
Signed-off-by: Tom Rini <trini@ti.com>
include/configs/devkit8000.h