r2795 - trunk/src/target/u-boot/patches

laforge at sita.openmoko.org laforge at sita.openmoko.org
Wed Aug 22 20:41:48 CEST 2007


Author: laforge
Date: 2007-08-22 20:41:44 +0200 (Wed, 22 Aug 2007)
New Revision: 2795

Modified:
   trunk/src/target/u-boot/patches/boot-from-ram-reloc.patch
Log:
* fix start.S recent patch merge mistake that prevented the interrupt handlers
  from being properly set (overwritten) while booting from jtag.


Modified: trunk/src/target/u-boot/patches/boot-from-ram-reloc.patch
===================================================================
--- trunk/src/target/u-boot/patches/boot-from-ram-reloc.patch	2007-08-22 16:54:16 UTC (rev 2794)
+++ trunk/src/target/u-boot/patches/boot-from-ram-reloc.patch	2007-08-22 18:41:44 UTC (rev 2795)
@@ -14,7 +14,7 @@
 ===================================================================
 --- u-boot.orig/cpu/arm920t/start.S
 +++ u-boot/cpu/arm920t/start.S
-@@ -236,7 +236,7 @@
+@@ -256,7 +256,7 @@
  	adr	r0, _start		/* r0 <- current position of code   */
  	ldr	r1, _TEXT_BASE		/* test if we run from flash or RAM */
  	cmp     r0, r1                  /* don't reloc during debug         */





More information about the commitlog mailing list