
29 Jan
2013
29 Jan
'13
9:44 a.m.
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