Nokia RX-51: Move comment about CONFIG_SYS_TEXT_BASE to correct place
[oweals/u-boot.git] / board / nokia / rx51 / lowlevel_init.S
index 7b1e50d9bcf3989d4deb2e32e1bf32575743b5d5..1466d976fc4be65c9bfca4ed8355a0a8d4c4a57d 100644 (file)
@@ -155,7 +155,14 @@ copy_code_end:
        mov     pc, r2
 
 
-/* Copy u-boot to address CONFIG_SYS_TEXT_BASE */
+/*
+ * Copy u-boot to address CONFIG_SYS_TEXT_BASE
+ *
+ * Nokia X-Loader loading secondary image to address 0x80400000
+ * NOLO loading boot image to random place, so it doesn't really
+ * matter what is set in CONFIG_SYS_TEXT_BASE. We have to copy
+ * u-boot to CONFIG_SYS_TEXT_BASE address.
+ */
 
 copy_uboot_start:
        /* r0 - start of u-boot before */