diff options
| author | Tom Rini <[email protected]> | 2012-04-13 12:20:02 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-05-15 08:31:27 +0200 |
| commit | 60bd10df8a3d553962b9f6704e055c2475a2414a (patch) | |
| tree | 544da5fbdf48a131e510dbfbd3048d41835e74b8 /include | |
| parent | b8f4a728e6ece65857e855feaa3aac7996ef8d5c (diff) | |
omap730p2: 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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/omap730p2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/omap730p2.h b/include/configs/omap730p2.h index 26e7e1f1e0e..f7900e0d83f 100644 --- a/include/configs/omap730p2.h +++ b/include/configs/omap730p2.h @@ -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 |
