[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-580-g4018ef7
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2015-02-12 10:46:10
|
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 4018ef7c9e393b6f8713d412b256dd01cc96af21 (commit)
via c5c83a9f94798348c3ca84bb2aa28e410898d9dc (commit)
from 7528ab0f4bd3205b06a4540177829c258382c03c (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 4018ef7c9e393b6f8713d412b256dd01cc96af21
Author: Eric Jarrige <eri...@ar...>
Date: Thu Feb 12 11:45:29 2015 +0100
[UBOOT] 2015.01: add apf51 U-Boot config
commit c5c83a9f94798348c3ca84bb2aa28e410898d9dc
Author: Eric Jarrige <eri...@ar...>
Date: Thu Feb 12 11:45:00 2015 +0100
[UBOOT] 2015.01: add apf28 U-Boot config
-----------------------------------------------------------------------
Summary of changes:
...f28-u-boot-2014.04.h => apf28-u-boot-2015.01.h} | 1 -
...f51-u-boot-2014.04.h => apf51-u-boot-2015.01.h} | 11 +++++------
2 files changed, 5 insertions(+), 7 deletions(-)
copy buildroot/target/device/armadeus/apf28/{apf28-u-boot-2014.04.h => apf28-u-boot-2015.01.h} (99%)
copy buildroot/target/device/armadeus/apf51/{apf51-u-boot-2014.04.h => apf51-u-boot-2015.01.h} (99%)
diff --git a/buildroot/target/device/armadeus/apf28/apf28-u-boot-2014.04.h b/buildroot/target/device/armadeus/apf28/apf28-u-boot-2015.01.h
similarity index 99%
copy from buildroot/target/device/armadeus/apf28/apf28-u-boot-2014.04.h
copy to buildroot/target/device/armadeus/apf28/apf28-u-boot-2015.01.h
index 8b6facf..8b94528 100644
--- a/buildroot/target/device/armadeus/apf28/apf28-u-boot-2014.04.h
+++ b/buildroot/target/device/armadeus/apf28/apf28-u-boot-2015.01.h
@@ -115,7 +115,6 @@
/* Environment */
#define CONFIG_ENV_SIZE 0x00020000 /* 128kB */
-#define CONFIG_ENV_IS_IN_NAND
/* Environment is in NAND */
#define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE /* 128kB */
diff --git a/buildroot/target/device/armadeus/apf51/apf51-u-boot-2014.04.h b/buildroot/target/device/armadeus/apf51/apf51-u-boot-2015.01.h
similarity index 99%
copy from buildroot/target/device/armadeus/apf51/apf51-u-boot-2014.04.h
copy to buildroot/target/device/armadeus/apf51/apf51-u-boot-2015.01.h
index 10633c3..515a8bb 100644
--- a/buildroot/target/device/armadeus/apf51/apf51-u-boot-2014.04.h
+++ b/buildroot/target/device/armadeus/apf51/apf51-u-boot-2015.01.h
@@ -15,9 +15,9 @@
/*
* SoC configurations
*/
-#define CONFIG_ARMV7 /* This is armv7 Cortex-A8 CPU */
#define CONFIG_MX51 /* in a Freescale i.MX51 Chip */
#define CONFIG_MACH_TYPE 2795 /* APF51 */
+#define CONFIG_SYS_GENERIC_BOARD
/*
* Enable the call to miscellaneous platform dependent initialization.
@@ -34,7 +34,6 @@
/*
* SPL
*/
-#define CONFIG_SPL
#define CONFIG_SPL_FRAMEWORK
#define CONFIG_SPL_BOARD_INIT
#define CONFIG_SPL_TARGET "u-boot-with-nand-spl.imx"
@@ -90,8 +89,10 @@
#define CONFIG_CMD_DNS
#define CONFIG_CMD_EXT2
#define CONFIG_CMD_FAT /* FAT support */
+#define CONFIG_CMD_FPGA
+#define CONFIG_CMD_FPGA_LOADMK
+#define CONFIG_CMD_FUSE
#define CONFIG_CMD_I2C /* I2C serial bus support */
-#define CONFIG_CMD_IIM /* imx iim fuse */
#define CONFIG_CMD_MII /* MII support */
#define CONFIG_CMD_MMC
#define CONFIG_CMD_MTDPARTS /* MTD partition support */
@@ -436,9 +437,7 @@
* Fuses - IIM
*/
-#define CONFIG_IMX_IIM
-#define CONFIG_IIM_MAC_BANK 1
-#define CONFIG_IIM_MAC_ROW 9
+#define CONFIG_FSL_IIM
/*
* I2C
hooks/post-receive
--
armadeus
|