diff mbox

[U-Boot,03/08] omap5912osk: Remove empty misc_init_r

Message ID 1334355606-16491-4-git-send-email-trini@ti.com
State Accepted
Commit b8f4a728e6ece65857e855feaa3aac7996ef8d5c
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini April 13, 2012, 10:20 p.m. UTC
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 |    7 -------
 include/configs/omap5912osk.h      |    2 --
 2 files changed, 0 insertions(+), 9 deletions(-)
diff mbox

Patch

diff --git a/board/ti/omap5912osk/omap5912osk.c b/board/ti/omap5912osk/omap5912osk.c
index 6f0e763..fac683a 100644
--- a/board/ti/omap5912osk/omap5912osk.c
+++ b/board/ti/omap5912osk/omap5912osk.c
@@ -81,13 +81,6 @@  int board_init (void)
 	return 0;
 }
 
-
-int misc_init_r (void)
-{
-	/* currently empty */
-	return (0);
-}
-
 /******************************
  Routine:
  Description:
diff --git a/include/configs/omap5912osk.h b/include/configs/omap5912osk.h
index a8dfef3..d3a2438 100644
--- a/include/configs/omap5912osk.h
+++ b/include/configs/omap5912osk.h
@@ -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 */