This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

question about u-boot relocation on omap3

hi all :~)  I am using the u-boot-2011.12 on my omap3, the cross tool chain is CodeSourcery arm-none-linux-gnueabi, I compiled the u-boot,download it to the target and boot it, everything goes well,but  I have some questions about the u-boot relocation feature, we know that this feature is based on PIC(position independent code), position independent code is generated by setting the "-fpic" flag to gcc,  but I don't find "-fpic" in the compile flags, without the PIC, how can u-boot implement the relocation feature?