[U-Boot] [PATCH V12 15/15] SPL: wrong prototype for omap_rev_string

Stefano Babic sbabic at denx.de
Sat Jan 28 14:48:34 CET 2012


Signed-off-by: Stefano Babic <sbabic at denx.de>
CC: Tom Rini <tom.rini at gmail.com>
CC: Wolfgang Denk <wd at denx.de>
CC: Simon Schwarz <simonschwarzcor at gmail.com>
---

After rebasing V12, I see that prototype for omap_rev_string() 
was changed ==> fixed

 include/spl.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/spl.h b/include/spl.h
index 6ea3823..d060826 100644
--- a/include/spl.h
+++ b/include/spl.h
@@ -47,7 +47,7 @@ extern u32 *boot_params_ptr;
 
 /* SPL common function s*/
 void spl_parse_image_header(const struct image_header *header);
-void omap_rev_string(char *omap_rev_string);
+void omap_rev_string(void);
 int spl_uboot_key(void);
 void spl_board_prepare_for_linux(void);
 int spl_start_uboot(void);
-- 
1.7.5.4



More information about the U-Boot mailing list