[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-391-g08f1397
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-08-16 13:49:27
|
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 08f1397670895aeb8fade7c29625b42518a62e8b (commit)
from ec3418fa8454db33c8e7cedc7924f9e2a0e31914 (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 08f1397670895aeb8fade7c29625b42518a62e8b
Author: Eric Jarrige <eri...@ar...>
Date: Fri Aug 16 15:59:13 2013 +0200
[UBOOT] remove the unused variable cpu_name.
-----------------------------------------------------------------------
Summary of changes:
.../device/armadeus/apf27/apf27-u-boot-2013.04.h | 1 -
.../device/armadeus/apf28/apf28-u-boot-2013.04.h | 1 -
.../device/armadeus/apf51/apf51-u-boot-2013.04.h | 1 -
.../armadeus/apf9328/apf9328-u-boot-2013.04.h | 1 -
.../device/armadeus/pps/pps-u-boot-2013.04.h | 1 -
5 files changed, 0 insertions(+), 5 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 f0de2c8..42e96ab 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
@@ -204,7 +204,6 @@
"firmware_size=" __stringify(CONFIG_FIRMWARE_SIZE) "\0" \
"kernel_addr=" __stringify(CONFIG_KERNEL_OFFSET) "\0" \
"rootfs_addr=" __stringify(CONFIG_ROOTFS_OFFSET) "\0" \
- "cpu_name=imx27" "\0" \
"board_name=" __stringify(CONFIG_BOARD_NAME) "\0" \
"kernel_addr_r=A0000000\0" \
"check_env=if test -n ${flash_env_version}; " \
diff --git a/buildroot/target/device/armadeus/apf28/apf28-u-boot-2013.04.h b/buildroot/target/device/armadeus/apf28/apf28-u-boot-2013.04.h
index 77de7f1..4a89175 100644
--- a/buildroot/target/device/armadeus/apf28/apf28-u-boot-2013.04.h
+++ b/buildroot/target/device/armadeus/apf28/apf28-u-boot-2013.04.h
@@ -219,7 +219,6 @@
"env_addr=" __stringify(CONFIG_ENV_OFFSET) "\0"\
"kernel_addr=" __stringify(CONFIG_KERNEL_OFFSET) "\0"\
"rootfs_addr=" __stringify(CONFIG_ROOTFS_OFFSET) "\0"\
- "cpu_name=imx28" "\0"\
"board_name=" __stringify(CONFIG_BOARD_NAME) "\0"\
"kernel_addr_r=40000000\0" \
"check_env=if test -n ${flash_env_version}; " \
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 d36a431..8028d90 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
@@ -211,7 +211,6 @@
"firmware_size=" __stringify(CONFIG_FIRMWARE_SIZE) "\0" \
"kernel_addr=" __stringify(CONFIG_KERNEL_OFFSET) "\0" \
"rootfs_addr=" __stringify(CONFIG_ROOTFS_OFFSET) "\0" \
- "cpu_name=imx51" "\0" \
"board_name=" __stringify(CONFIG_BOARD_NAME) "\0" \
"kernel_addr_r=90800000\0" \
"preboot=run check_flash check_env; \0" \
diff --git a/buildroot/target/device/armadeus/apf9328/apf9328-u-boot-2013.04.h b/buildroot/target/device/armadeus/apf9328/apf9328-u-boot-2013.04.h
index bad6229..7115cc5 100644
--- a/buildroot/target/device/armadeus/apf9328/apf9328-u-boot-2013.04.h
+++ b/buildroot/target/device/armadeus/apf9328/apf9328-u-boot-2013.04.h
@@ -181,7 +181,6 @@
"firmware_size=" __stringify(CONFIG_FIRMWARE_SIZE) "\0" \
"kernel_addr=" __stringify(CONFIG_KERNEL_ADDR) "\0" \
"rootfs_addr=" __stringify(CONFIG_ROOTFS_ADDR) "\0" \
- "cpu_name=imx1" "\0" \
"board_name=" __stringify(CONFIG_BOARD_NAME) "\0" \
"check_env=if test -n ${flash_env_version}; " \
"then env default env_version; " \
diff --git a/buildroot/target/device/armadeus/pps/pps-u-boot-2013.04.h b/buildroot/target/device/armadeus/pps/pps-u-boot-2013.04.h
index 2bab38b..37a248a 100644
--- a/buildroot/target/device/armadeus/pps/pps-u-boot-2013.04.h
+++ b/buildroot/target/device/armadeus/pps/pps-u-boot-2013.04.h
@@ -202,7 +202,6 @@
"firmware_size=" __stringify(CONFIG_FIRMWARE_SIZE) "\0" \
"kernel_addr=" __stringify(CONFIG_KERNEL_OFFSET) "\0" \
"rootfs_addr=" __stringify(CONFIG_ROOTFS_OFFSET) "\0" \
- "cpu_name=imx27" "\0" \
"board_name=" __stringify(CONFIG_BOARD_NAME) "\0" \
"kernel_addr_r=A0000000\0" \
"extrabootargs=otg_mode=device\0" \
hooks/post-receive
--
armadeus
|