Re: [U-Boot] [HELP] coldfire, bss.variable offset greater than __bss_end

2011-09-10 Thread Angelo Dureghello
Hi all, i reply just to close the thread and to help each other that can have similar issues, this since i have seen other boards that can have the same issue. The issue was related to my custom board, and more properly was that the linker added some other .bss.* variables after __bss_end__ ,

[U-Boot] [HELP] coldfire, bss.variable offset greater than __bss_end

2011-09-09 Thread Angelo Dureghello
Hi all, after a recent update and compiling u-boot, bootloader get locked trying to set a global variable, just after sdram relocation. Exactly, the program lock here: 1529 void mem_malloc_init(ulong start, ulong size) 1530 { 1531mem_malloc_start = start; ---program paralize here