diff options
author | Tom Rini <trini@ti.com> | 2012-04-13 12:20:01 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-05-15 08:31:27 +0200 |
commit | b8f4a728e6ece65857e855feaa3aac7996ef8d5c (patch) | |
tree | 4adbd9d8c0b5c4835b00f964496e403ac7ae35a3 /include/configs/omap5912osk.h | |
parent | aa2889c8c3e49d3bae3ce8132ca55b62e841835e (diff) | |
download | u-boot-imx-b8f4a728e6ece65857e855feaa3aac7996ef8d5c.zip u-boot-imx-b8f4a728e6ece65857e855feaa3aac7996ef8d5c.tar.gz u-boot-imx-b8f4a728e6ece65857e855feaa3aac7996ef8d5c.tar.bz2 |
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 <trini@ti.com>
Diffstat (limited to 'include/configs/omap5912osk.h')
-rw-r--r-- | include/configs/omap5912osk.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |