[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-468-g8a1b6ef
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-09-30 11:36:21
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 8a1b6efda089db36b60a909e77e5c1f9c2a941ee (commit)
from 2633d550a86b78bfc79fd65d8c8424db01d4da84 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8a1b6efda089db36b60a909e77e5c1f9c2a941ee
Author: Eric Jarrige <eri...@ar...>
Date: Mon Sep 30 13:45:08 2013 +0200
[UBOOT] apf9328: Fix double boot
-----------------------------------------------------------------------
Summary of changes:
patches/u-boot/2013.04/103-apf9328.patch | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/patches/u-boot/2013.04/103-apf9328.patch b/patches/u-boot/2013.04/103-apf9328.patch
index 7f1b021..e7323a9 100644
--- a/patches/u-boot/2013.04/103-apf9328.patch
+++ b/patches/u-boot/2013.04/103-apf9328.patch
@@ -844,7 +844,7 @@ new file mode 100644
index 0000000..f080423
--- /dev/null
+++ b/board/armadeus/apf9328/lowlevel_init.S
-@@ -0,0 +1,469 @@
+@@ -0,0 +1,472 @@
+/*
+ * (C) Copyright 2005-2011 ej Armadeus Project <eri...@ar...>
+ * Copyright (C) 2004 Sascha Hauer, Synertronixx GmbH
@@ -1306,6 +1306,9 @@ index 0000000..f080423
+ stmia r1!, {r9-r10} /* copy to target address [r1] */
+ cmp r0, r2 /* until source end address [r2] */
+ blo copy_loop
++ ldr pc, =CONFIG_SYS_TEXT_BASE /* reboot from RAM */
++ nop
++ nop
+
+end_of_copy2ram:
+ mov pc,lr
hooks/post-receive
--
armadeus
|