Hi All, In u-boot code (in board.c file) there is a comment which goes like this: /* * We have to relocate the command table manually */ Why we need to relocate the code for command table separately? Does command table code not linked with rest of the code? And where is the linker script that is being used while linking? Thanks, Chetan Nanda