[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-152-g6812778
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2013-02-08 14:37:36
|
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 6812778d10219ee0e55096f67e1282993213cfc3 (commit)
via 3374f15e7136e69b2111fece7e23d75a6d8b0d0d (commit)
from 5007f0f4f5f5763a46e851b85cc6c9873c8e661b (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 6812778d10219ee0e55096f67e1282993213cfc3
Merge: 3374f15 5007f0f
Author: Fabien Marteau <fab...@ar...>
Date: Fri Feb 8 15:37:22 2013 +0100
Merge branch 'master' of ssh://git.code.sf.net/p/armadeus/code
commit 3374f15e7136e69b2111fece7e23d75a6d8b0d0d
Author: Fabien Marteau <fab...@ar...>
Date: Fri Feb 8 15:37:10 2013 +0100
[software][uboot] nitpick in uboot_recover python code
-----------------------------------------------------------------------
Summary of changes:
software/uboot_recover/apf28_recover.py | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/software/uboot_recover/apf28_recover.py b/software/uboot_recover/apf28_recover.py
index 3d00c89..87f99e0 100644
--- a/software/uboot_recover/apf28_recover.py
+++ b/software/uboot_recover/apf28_recover.py
@@ -131,10 +131,11 @@ class UBoot:
if __name__ == "__main__":
+ BR_HOST_PATH = "../../buildroot/output/host"
SPEED = 115200
BINARY = "apf28-u-boot.sb"
- USB_DOWNLOAD_APP = "../../buildroot/output/host/usr/bin/gnet-imx28-usb-downloader"
- ELFTOSB_APP = "../../buildroot/output/host/usr/bin/elftosb"
+ USB_DOWNLOAD_APP = BR_HOST_PATH + "/usr/bin/gnet-imx28-usb-downloader"
+ ELFTOSB_APP = BR_HOST_PATH + "/usr/bin/elftosb"
NAND_BINARY = "apf28_nand_recover.sb"
ENV_RECOVER = "apf28_env_recover.txt"
ENV_DOWNLOAD = 0x42000000
hooks/post-receive
--
armadeus
|