diff options
| author | Veli-Pekka Peltola <[email protected]> | 2011-12-20 02:00:11 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-01-16 08:40:08 +0100 |
| commit | 00699f847df49b8ae91cb96bd60775bd0986570f (patch) | |
| tree | 438c09a95e3d71556ef7cb777865b667b62321dc | |
| parent | 473c63592ea8cbcb5b57452e9857d961bb433cae (diff) | |
mx28: remove omap specific config options
Config options for OMAP are not used with i.MX28 so remove dead code.
Signed-off-by: Veli-Pekka Peltola <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Fabio Estevam <[email protected]>
Acked-by: Fabio Estevam <[email protected]>
Acked-by: Stefano Babic <[email protected]>
| -rw-r--r-- | arch/arm/cpu/arm926ejs/mx28/start.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/cpu/arm926ejs/mx28/start.S b/arch/arm/cpu/arm926ejs/mx28/start.S index 94696d6cdc5..2cd4d73354f 100644 --- a/arch/arm/cpu/arm926ejs/mx28/start.S +++ b/arch/arm/cpu/arm926ejs/mx28/start.S @@ -40,12 +40,6 @@ #include <common.h> #include <version.h> -#if defined(CONFIG_OMAP1610) -#include <./configs/omap1510.h> -#elif defined(CONFIG_OMAP730) -#include <./configs/omap730.h> -#endif - /* ************************************************************************* * |
