[U-Boot] [PATCH v3 7/7] overo: add SPL support

Tom Rini tom.rini at gmail.com
Fri Jan 13 19:06:32 CET 2012


On Wed, Jan 4, 2012 at 6:26 PM, Andreas Müller <schnitzeltony at gmx.de> wrote:
> * implementation based on ti beagleboard/omap3evm
> * timing data and i2c workaround for revision 0 boards taken from x-loader
> * run-tested with overo revision 0 and 1 / boot from NAND and SDcard
> * run-tested with x-loader
>
> Signed-off-by: Andreas Müller <schnitzeltony at gmx.de>

I've applied this with the following changes:

diff --git a/board/overo/overo.c b/board/overo/overo.c
index 2534e47..7b4064c 100644
--- a/board/overo/overo.c
+++ b/board/overo/overo.c
@@ -105,7 +105,7 @@ int board_init(void)
  * Description: For SPL builds output board rev
  */
 #ifdef CONFIG_SPL_BUILD
-void omap_rev_string()
+void omap_rev_string(void)
 {
 }
 #endif
diff --git a/board/overo/overo.h b/board/overo/overo.h
index 60d696e..b41b628 100644
--- a/board/overo/overo.h
+++ b/board/overo/overo.h
@@ -33,10 +33,6 @@ const omap3_sysinfo sysinfo = {
 #endif
 };

-#ifdef CONFIG_SPL_BUILD
-void omap_rev_string();
-#endif
-
 /* overo revisions */
 #define REVISION_0	0x0
 #define REVISION_1	0x1

To fix some warnings.  In the future please make sure you don't add
any new warnings with your changes.  Thanks!

-- 
Tom


More information about the U-Boot mailing list