[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-401-g6c0c175
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-08-21 12:51:46
|
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 6c0c1754030b67998dffd21b599f82f45cf8c6aa (commit)
from 74fbaa489b14c8558b6e20c274b40f4daae9723f (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 6c0c1754030b67998dffd21b599f82f45cf8c6aa
Author: Eric Jarrige <eri...@ar...>
Date: Wed Aug 21 15:01:55 2013 +0200
[UBOOT] scripts: fix script log message: flash_dtb
-----------------------------------------------------------------------
Summary of changes:
.../target/device/armadeus/u-boot-env-2013.04.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/buildroot/target/device/armadeus/u-boot-env-2013.04.txt b/buildroot/target/device/armadeus/u-boot-env-2013.04.txt
index bb4a3f6..f5f9d48 100644
--- a/buildroot/target/device/armadeus/u-boot-env-2013.04.txt
+++ b/buildroot/target/device/armadeus/u-boot-env-2013.04.txt
@@ -8,7 +8,7 @@ checknload_firmware=if test -n ${firmware_autoload}; then run load_firmware; els
# DTB
download_dtb=tftpboot ${loadaddr} ${board_name}.dtb
-flash_dtb=nand erase.part dtb;if nand write.trimffs ${fileaddr} dtb ${filesize};then echo Flashing of rootfs succeed;else echo Flashing of rootfs failed;fi
+flash_dtb=nand erase.part dtb;if nand write.trimffs ${fileaddr} dtb ${filesize};then echo Flashing dtb succeed;else echo Flashing dtb failed;fi
update_dtb=run download_dtb flash_dtb
# kernel
hooks/post-receive
--
armadeus
|