Re: [U-Boot] Dump questions about u-boot relocation

2010-09-22 Thread Albert ARIBAUD
Le 22/09/2010 19:10, Rajat Jain a écrit : > Hello, > > 1) If a code section (from an abolutely linked executable) is linked > at address "x" but is instead loaded at address "y" would it still > execute fine? Considereding the absolute branching, gloab variable > access etc. This question has no d

[U-Boot] Dump questions about u-boot relocation

2010-09-22 Thread Rajat Jain
Hello, 1) If a code section (from an abolutely linked executable) is linked at address "x" but is instead loaded at address "y" would it still execute fine? Considereding the absolute branching, gloab variable access etc. 2) If not, then how does u-boot work after relocation? All the uboot code &