omap730p2: Remove empty misc_init_r
authorTom Rini <trini@ti.com>
Fri, 13 Apr 2012 12:20:02 +0000 (12:20 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 15 May 2012 06:31:27 +0000 (08:31 +0200)
We had a do-nothing misc_init_r, remove along with CONFIG_MISC_INIT_R

Signed-off-by: Tom Rini <trini@ti.com>
board/ti/omap730p2/omap730p2.c
include/configs/omap730p2.h

index 954ced5..36204b2 100644 (file)
@@ -129,12 +129,6 @@ int board_init (void)
        return 0;
 }
 
-int misc_init_r (void)
-{
-       /* currently empty */
-       return (0);
-}
-
 /******************************
  Routine:
  Description:
index 26e7e1f..f7900e0 100644 (file)
@@ -49,8 +49,6 @@
 
 #undef CONFIG_USE_IRQ                       /* we don't need IRQ/FIQ stuff */
 
-#define CONFIG_MISC_INIT_R
-
 #define CONFIG_CMDLINE_TAG        1         /* enable passing of ATAGs  */
 #define CONFIG_SETUP_MEMORY_TAGS   1