[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-389-gc5b7a6a
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-08-16 13:32:03
|
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 c5b7a6a92303ee3adb5bf29b2143905b82b32bf3 (commit)
from 017f35c0cb7a7e566da716b52cf7d15408cd97ed (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 c5b7a6a92303ee3adb5bf29b2143905b82b32bf3
Author: Eric Jarrige <eri...@ar...>
Date: Fri Aug 16 15:41:48 2013 +0200
[UBOOT] change to handle linux DTB file - do not update environment by default
-----------------------------------------------------------------------
Summary of changes:
.../target/device/armadeus/u-boot-env-2013.04.txt | 4 ++--
1 files changed, 2 insertions(+), 2 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 ce550d2..bb4a3f6 100644
--- a/buildroot/target/device/armadeus/u-boot-env-2013.04.txt
+++ b/buildroot/target/device/armadeus/u-boot-env-2013.04.txt
@@ -7,7 +7,7 @@ load_firmware=nand read ${loadaddr} firmware && fpga loadb 0 ${loadaddr} ${firmw
checknload_firmware=if test -n ${firmware_autoload}; then run load_firmware; else exit; fi;
# DTB
-download_dtb=tftpboot ${loadaddr} ${cpu_name}-${board_name}.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
update_dtb=run download_dtb flash_dtb
@@ -22,7 +22,7 @@ flash_rootfs=nand erase.part rootfs;if nand write.trimffs ${fileaddr} ${rootfs_a
update_rootfs=run download_rootfs flash_rootfs
# update
-update_all=run update_kernel update_rootfs update_env update_uboot
+update_all=run update_kernel update_rootfs update_uboot
# boot
addipargs=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:eth0:off
hooks/post-receive
--
armadeus
|