From b8f4a728e6ece65857e855feaa3aac7996ef8d5c Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 13 Apr 2012 12:20:01 +0000 Subject: omap5912osk: Remove empty misc_init_r We had a do-nothing misc_init_r, remove along with CONFIG_MISC_INIT_R Signed-off-by: Tom Rini --- include/configs/omap5912osk.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/omap5912osk.h') 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 */ -- cgit v1.1