[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-335-gc32345f
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-07-24 12:23:41
|
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 c32345f876b7951a0c9af928b15656cd60632699 (commit)
from 92f508bb3f9bfc45961dd5daa1ae0f6c9af36578 (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 c32345f876b7951a0c9af928b15656cd60632699
Author: Eric Jarrige <eri...@ar...>
Date: Wed Jul 24 14:34:10 2013 +0200
[UBOOT] 2013.04: apf51: Update default - configuration - environment variables to use the new U-Boot file format u-boot-with-nand-spl.imx
-----------------------------------------------------------------------
Summary of changes:
.../device/armadeus/apf51/apf51-u-boot-2013.04.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf51/apf51-u-boot-2013.04.h b/buildroot/target/device/armadeus/apf51/apf51-u-boot-2013.04.h
index f641431..158357f 100644
--- a/buildroot/target/device/armadeus/apf51/apf51-u-boot-2013.04.h
+++ b/buildroot/target/device/armadeus/apf51/apf51-u-boot-2013.04.h
@@ -24,7 +24,7 @@
#define __CONFIG_H
#define CONFIG_VERSION_VARIABLE
-#define CONFIG_ENV_VERSION "1.3"
+#define CONFIG_ENV_VERSION "1.4"
#define CONFIG_IDENT_STRING " apf51 patch 2.0"
#define CONFIG_BOARD_NAME apf51
@@ -286,7 +286,8 @@
"fi\0" \
"flash_reset_env=env default -f -a; saveenv;" \
"echo Flash environment variables erased!\0" \
- "download_uboot=tftpboot ${loadaddr} ${board_name}-u-boot-nand.bin\0" \
+ "download_uboot=tftpboot ${loadaddr} ${board_name}" \
+ "-u-boot-with-nand-spl.imx\0" \
"download_kernel=tftpboot ${loadaddr} ${board_name}-linux.bin\0" \
"download_rootfs=tftpboot ${loadaddr} ${board_name}-rootfs.ubi\0" \
"download_dtb=tftpboot ${loadaddr} imx51-${board_name}.dtb\0" \
hooks/post-receive
--
armadeus
|