From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Thu, 01 Dec 2011 09:49:29 +0200 Subject: [U-Boot] [PATCH] devkit8000: Move CONFIG_SYS_TEXT_BASE out of bss In-Reply-To: <1322672741-27396-1-git-send-email-simonschwarzcor@gmail.com> References: <1322672741-27396-1-git-send-email-simonschwarzcor@gmail.com> Message-ID: <4ED73189.4090507@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 11/30/11 19:05, Simon Schwarz wrote: > 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 Does this affect only boards having the SPL support? Can you, please, shed some more light on this? -- Regards, Igor.