diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-07-30 19:11:41 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-09 11:17:04 -0400 |
commit | 8ac22a60e29c4d0925e3d640a3607eabb2732b26 (patch) | |
tree | d9c43e2208f31b56ea3634397a158877aa2b0584 /include/configs/omap1510.h | |
parent | 0596d35d80f5090440bd9a2a2beaacb268ff59c0 (diff) | |
download | u-boot-8ac22a60e29c4d0925e3d640a3607eabb2732b26.tar.gz |
omap: clean-up dead configs
The following configs are not defined at all.
- CONFIG_OMAP1510
- CONFIG_OMAP_1510P1
- CONFIG_OMAP_SX1
- CONFIG_OMAP3_DMA
- CONFIG_OMAP3_ZOOM2
- CONFIG_OMAP_INNOVATOR
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/omap1510.h')
-rw-r--r-- | include/configs/omap1510.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/configs/omap1510.h b/include/configs/omap1510.h index 41f7973f2b..5482722561 100644 --- a/include/configs/omap1510.h +++ b/include/configs/omap1510.h @@ -612,22 +612,6 @@ typedef struct { int cpu_type(void); #endif -/* - * EVM Implementation Specifics. - * - * *** NOTE *** - * Any definitions in these files should be prefixed by an identifier - - * eg. OMAP1510P1_FLASH0_BASE . - * - */ -#ifdef CONFIG_OMAP_INNOVATOR -#include "innovator.h" -#endif - -#ifdef CONFIG_OMAP_1510P1 -#include "omap1510p1.h" -#endif - /*****************************************************************************/ #define CLKGEN_RESET_BASE (0xfffece00) |