[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-272-gd0a704a
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-05-27 22:34:47
|
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 d0a704a0b5a82f515b9fa1788b919b05778ffece (commit)
from 2ab8f09508789dec6790da5ae3c7a344578f819d (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 d0a704a0b5a82f515b9fa1788b919b05778ffece
Author: Eric Jarrige <eri...@ar...>
Date: Tue May 28 00:42:36 2013 +0200
[UBOOT] 2013.04: fix apf28 compilation errors
-----------------------------------------------------------------------
Summary of changes:
patches/u-boot/2013.04/502-add-apf28.patch | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/patches/u-boot/2013.04/502-add-apf28.patch b/patches/u-boot/2013.04/502-add-apf28.patch
index 6b50685..112adfd 100644
--- a/patches/u-boot/2013.04/502-add-apf28.patch
+++ b/patches/u-boot/2013.04/502-add-apf28.patch
@@ -75,7 +75,7 @@ new file mode 100644
index 0000000..7f75494
--- /dev/null
+++ b/board/armadeus/apf28/apf28.c
-@@ -0,0 +1,193 @@
+@@ -0,0 +1,194 @@
+/*
+ * APF28 motherboard based on DENX M28 module
+ *
@@ -103,6 +103,7 @@ index 0000000..7f75494
+ */
+
+#include <common.h>
++#include <environment.h>
+#include <asm/gpio.h>
+#include <asm/io.h>
+#include <asm/arch/imx-regs.h>
@@ -122,14 +123,14 @@ index 0000000..7f75494
+int board_early_init_f(void)
+{
+ /* IO0 clock at 480MHz */
-+ mx28_set_ioclk(MXC_IOCLK0, 480000);
++ mxs_set_ioclk(MXC_IOCLK0, 480000);
+ /* IO1 clock at 480MHz */
-+ mx28_set_ioclk(MXC_IOCLK1, 480000);
++ mxs_set_ioclk(MXC_IOCLK1, 480000);
+
+ /* SSP0 clock at 96MHz */
-+ mx28_set_sspclk(MXC_SSPCLK0, 96000, 0);
++ mxs_set_sspclk(MXC_SSPCLK0, 96000, 0);
+ /* SSP2 clock at 160MHz */
-+ mx28_set_sspclk(MXC_SSPCLK2, 160000, 0);
++ mxs_set_sspclk(MXC_SSPCLK2, 160000, 0);
+
+#ifdef CONFIG_CMD_USB
+ mxs_iomux_setup_pad(MX28_PAD_LCD_D23__GPIO_1_23 |
@@ -166,7 +167,7 @@ index 0000000..7f75494
+
+int board_mmc_init(bd_t *bis)
+{
-+ return mxsmmc_initialize(bis, 0, m28_mmc_wp);
++ return mxsmmc_initialize(bis, 0, m28_mmc_wp, NULL);
+}
+#endif
+
hooks/post-receive
--
armadeus
|