Based on the MCSDK UG Chapter Tools(http://processors.wiki.ti.com/index.php/MCSDK_UG_Chapter_Tools#Loading_U-Boot_with_CCS.), under section Programming SPI NOR flash with U-BOOT GPH image. It stated that
"Two stage SPI boot consists of booting first the U-Boot SPL binary from SPI NOR flash (located at offset 0) which will then load and run the second level boot loader (Full version of U-Boot) image from SPI NOR flash located at offset 0x10000...."
May I know where the offset of Full version of U-Boot image 0x10000 being defined? What if I would like to change the Full version of U-boot image to another offset address such as 0x20000 ?
By the way, I am using ti-processor-sdk-linux-k2l-evm-02.00.02.11.
Regards
Khor