[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-142-g1eb0482
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2014-02-19 13:37:00
|
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 1eb04827f8d5da492b63d90033a9b561035e7ea0 (commit)
from dac62062b051331a8d5776fbb073319d0f27bea0 (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 1eb04827f8d5da492b63d90033a9b561035e7ea0
Author: Eric Jarrige <eri...@ar...>
Date: Wed Feb 19 14:36:46 2014 +0100
[UBOOT] apf27: move to U-Boot standard SPL target name u-boot-with-spl.bin
-----------------------------------------------------------------------
Summary of changes:
.../device/armadeus/apf27/apf27-u-boot-2013.04.h | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf27/apf27-u-boot-2013.04.h b/buildroot/target/device/armadeus/apf27/apf27-u-boot-2013.04.h
index 4096012..ad7006c 100644
--- a/buildroot/target/device/armadeus/apf27/apf27-u-boot-2013.04.h
+++ b/buildroot/target/device/armadeus/apf27/apf27-u-boot-2013.04.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2013 Eric Jarrige <eri...@ar...>
+ * Copyright (C) 2008-2014 Eric Jarrige <eri...@ar...>
*
* SPDX-License-Identifier:Â Â Â Â Â GPL-2.0+
*/
@@ -8,8 +8,8 @@
#define __CONFIG_H
#define CONFIG_VERSION_VARIABLE
-#define CONFIG_ENV_VERSION 11
-#define CONFIG_IDENT_STRING " apf27 patch 3.10"
+#define CONFIG_ENV_VERSION 12
+#define CONFIG_IDENT_STRING " apf27 patch 3.20"
#define CONFIG_BOARD_NAME apf27
/*
@@ -42,13 +42,13 @@
/* Size is the partion size */
#define CONFIG_SYS_NAND_U_BOOT_SIZE CONFIG_SYS_MONITOR_LEN
/* Build image with spl and u-boot */
-#define CONFIG_NAND_U_BOOT
-#define CONFIG_SPL_PAD_TO 0xa0000800
+#define CONFIG_SPL_PAD_TO 0x00000800
/*
* SPL
*/
#define CONFIG_SPL
+#define CONFIG_SPL_TARGET "u-boot-with-spl.bin"
#define CONFIG_SPL_TEXT_BASE 0xa0000000
#define CONFIG_SPL_STACK 0xffffff00
#define CONFIG_SYS_NAND_U_BOOT_START 0xa0000800
@@ -220,7 +220,7 @@
"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" \
+ "-u-boot-with-spl.bin\0" \
"flash_uboot=nand unlock ${u-boot_addr} ;" \
"nand erase.part u-boot;" \
"if nand write.trimffs ${fileaddr} ${u-boot_addr} " \
hooks/post-receive
--
armadeus
|