X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=doc%2FREADME.arm-relocation;fp=doc%2FREADME.arm-relocation;h=3856633e9d90d49e2454815c6d46bcb0b1911d2c;hb=b18815752f3d6db27877606e4e069e3f6cfe3a19;hp=8d328e09f9108c93c82f263f286f84322c4037ae;hpb=2ea88b063e1547ff013b00e74a4656603be5ed5f;p=karo-tx-uboot.git diff --git a/doc/README.arm-relocation b/doc/README.arm-relocation index 8d328e09f9..3856633e9d 100644 --- a/doc/README.arm-relocation +++ b/doc/README.arm-relocation @@ -97,11 +97,11 @@ Relocation with NAND_SPL (example for the tx25): the "real" u-boot to CONFIG_SYS_NAND_U_BOOT_DST and starts execution @CONFIG_SYS_NAND_U_BOOT_START -- This u-boot does no ram int, nor cpu register setup. Just looks - where it have to relocate and relocate itself to this address. - If relocate address = CONFIG_SYS_TEXT_BASE(not the same, as the TEXT_BASE - from the nand_spl code), no need to copy, just go on with bss clear - and jump to board_init_r. +- This u-boot does no RAM init, nor CPU register setup. Just look + where it has to copy and relocate itself to this address. If + relocate address = CONFIG_SYS_TEXT_BASE (not the same, as the + CONFIG_SYS_TEXT_BASE from the nand_spl code), then there is no need + to copy, just go on with bss clear and jump to board_init_r. -----------------------------------------------------------------------------