From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ellero Date: Tue, 29 Jan 2013 09:44:45 +0100 Subject: [U-Boot] CONFIG_SYS_TEXT_BASE and relocaddr In-Reply-To: <51077D26.5020808@denx.de> References: <51077D26.5020808@denx.de> Message-ID: <51078BFD.60906@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, in U-Boot version 2012.10 I used to skip "relocate_code" setting CONFIG_SYS_TEXT_BASE to relocaddr (obtained from bdinfo command). This since some hardware is able to configure SDRAM and load U-Boot directly to SDRAM, so relocation is useless and time consuming. Now I'm using latest git version and this isn't working anymore. Can someone explain me way? And what is the suggested way to skip relocation now. Thanks in advance Best regards Luca Ellero