]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
omap5912osk: Remove empty misc_init_r
authorTom Rini <trini@ti.com>
Fri, 13 Apr 2012 12:20:01 +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/omap5912osk/omap5912osk.c
include/configs/omap5912osk.h

index 6f0e763f0117ec0a6ed0c7ea7d5917cfdaf0eaab..fac683a7e63ce415b2868487efd2e2b5858cd22f 100644 (file)
@@ -81,13 +81,6 @@ int board_init (void)
        return 0;
 }
 
-
-int misc_init_r (void)
-{
-       /* currently empty */
-       return (0);
-}
-
 /******************************
  Routine:
  Description:
index a8dfef321d36ca5668bdb27d7daf4f1773bf6a39..d3a2438e2824ddc106881d6a1f720a0e444bdeed 100644 (file)
@@ -44,8 +44,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
 #define CONFIG_INITRD_TAG      1       /* Required for ramdisk support */