[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-467-g2633d55
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2013-09-30 08:16:06
|
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 2633d550a86b78bfc79fd65d8c8424db01d4da84 (commit)
from 4212b778a704a44d0a41e8700879aecfc6449de8 (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 2633d550a86b78bfc79fd65d8c8424db01d4da84
Author: Julien Boibessot <jul...@ar...>
Date: Mon Sep 30 10:15:39 2013 +0200
[U-BOOT] 2012.04: fixes comment when flashing dtb
-----------------------------------------------------------------------
Summary of changes:
.../device/armadeus/apf27/apf27-u-boot-2012.04.h | 4 ++--
.../device/armadeus/apf28/apf28-u-boot-2012.04.h | 4 ++--
.../device/armadeus/apf51/apf51-u-boot-2012.04.h | 4 ++--
.../device/armadeus/pps/pps-u-boot-2012.04.h | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf27/apf27-u-boot-2012.04.h b/buildroot/target/device/armadeus/apf27/apf27-u-boot-2012.04.h
index a62c410..224e332 100644
--- a/buildroot/target/device/armadeus/apf27/apf27-u-boot-2012.04.h
+++ b/buildroot/target/device/armadeus/apf27/apf27-u-boot-2012.04.h
@@ -266,8 +266,8 @@
"fi\0" \
"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;" \
+ "then echo Flashing of dtb succeed;" \
+ "else echo Flashing of dtb failed;" \
"fi\0" \
"flash_reset_env=env default -f; saveenv;" \
"echo Flash environment variables erased!\0" \
diff --git a/buildroot/target/device/armadeus/apf28/apf28-u-boot-2012.04.h b/buildroot/target/device/armadeus/apf28/apf28-u-boot-2012.04.h
index e03fad7..f660fca 100644
--- a/buildroot/target/device/armadeus/apf28/apf28-u-boot-2012.04.h
+++ b/buildroot/target/device/armadeus/apf28/apf28-u-boot-2012.04.h
@@ -288,8 +288,8 @@
"fi\0" \
"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;" \
+ "then echo Flashing of dtb succeed;" \
+ "else echo Flashing of dtb failed;" \
"fi\0" \
"flash_reset_env=env default -f; saveenv;" \
"echo Flash environment variables erased!\0" \
diff --git a/buildroot/target/device/armadeus/apf51/apf51-u-boot-2012.04.h b/buildroot/target/device/armadeus/apf51/apf51-u-boot-2012.04.h
index 50320e1..4d441da 100644
--- a/buildroot/target/device/armadeus/apf51/apf51-u-boot-2012.04.h
+++ b/buildroot/target/device/armadeus/apf51/apf51-u-boot-2012.04.h
@@ -271,8 +271,8 @@
"fi\0" \
"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;" \
+ "then echo Flashing of dtb succeed;" \
+ "else echo Flashing of dtb failed;" \
"fi\0" \
"flash_reset_env=env default -f; saveenv;" \
"echo Flash environment variables erased!\0" \
diff --git a/buildroot/target/device/armadeus/pps/pps-u-boot-2012.04.h b/buildroot/target/device/armadeus/pps/pps-u-boot-2012.04.h
index 64e39af..50e184d 100644
--- a/buildroot/target/device/armadeus/pps/pps-u-boot-2012.04.h
+++ b/buildroot/target/device/armadeus/pps/pps-u-boot-2012.04.h
@@ -267,8 +267,8 @@
"fi\0" \
"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;" \
+ "then echo Flashing of dtb succeed;" \
+ "else echo Flashing of dtb failed;" \
"fi\0" \
"flash_reset_env=env default -f; saveenv;" \
"echo Flash environment variables erased!\0" \
hooks/post-receive
--
armadeus
|