OMAP BOOTROM copy location

Hello.

Precisely where in the SRAM does the OMAP BOOTROM copy the XLOADER in
first NAND block to?

I understand the bootrom reads the first 8 bytes of the image header
to retrieve the SRAM copy address and the file size. What is this copy
location? Is it same as TEXT_BASE defined in the config.mk files?

I am trying to understand the xloader boot sequence.

Best regards,
SS

Hex editing of a sample ift image indicates that the second word is
indeed same as TEXT_BASE. :wink: