[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-112-gec24802
Brought to you by:
sszy
|
From: jscheer <js...@us...> - 2010-11-16 14:09:02
|
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 ec24802831d611c30609a2fd232e82c683c2919a (commit)
from 8b512a19e58d3aff7fc4020d84b265ce3f0f0c5d (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 ec24802831d611c30609a2fd232e82c683c2919a
Author: Jeremie Scheer <jer...@ar...>
Date: Tue Nov 16 15:08:28 2010 +0100
[U-BOOT] For PPS boards, correction in U-Boot config files to take UBI file as rootfs instead of UBIFS.
-----------------------------------------------------------------------
Summary of changes:
.../device/armadeus/pps/apf27-u-boot-1.3.4.h | 2 +-
buildroot/target/device/armadeus/pps/apf27.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildroot/target/device/armadeus/pps/apf27-u-boot-1.3.4.h b/buildroot/target/device/armadeus/pps/apf27-u-boot-1.3.4.h
index ef2d8bf..3b47270 100644
--- a/buildroot/target/device/armadeus/pps/apf27-u-boot-1.3.4.h
+++ b/buildroot/target/device/armadeus/pps/apf27-u-boot-1.3.4.h
@@ -203,7 +203,7 @@
"download_kernel=tftpboot ${loadaddr} " \
" ${serverpath}${board_name}-linux.bin\0" \
"download_rootfs=tftpboot ${loadaddr} " \
- " ${serverpath}${board_name}-rootfs.arm.ubifs\0" \
+ " ${serverpath}${board_name}-rootfs.arm.ubi\0" \
"update_uboot=run download_uboot flash_uboot\0" \
"update_kernel=run download_kernel flash_kernel\0" \
"update_rootfs=run download_rootfs flash_rootfs\0" \
diff --git a/buildroot/target/device/armadeus/pps/apf27.h b/buildroot/target/device/armadeus/pps/apf27.h
index ef2d8bf..3b47270 100644
--- a/buildroot/target/device/armadeus/pps/apf27.h
+++ b/buildroot/target/device/armadeus/pps/apf27.h
@@ -203,7 +203,7 @@
"download_kernel=tftpboot ${loadaddr} " \
" ${serverpath}${board_name}-linux.bin\0" \
"download_rootfs=tftpboot ${loadaddr} " \
- " ${serverpath}${board_name}-rootfs.arm.ubifs\0" \
+ " ${serverpath}${board_name}-rootfs.arm.ubi\0" \
"update_uboot=run download_uboot flash_uboot\0" \
"update_kernel=run download_kernel flash_kernel\0" \
"update_rootfs=run download_rootfs flash_rootfs\0" \
hooks/post-receive
--
armadeus
|