]> Git Repo - u-boot.git/commitdiff
igep00x0: Remove no-op macros from config header
authorLadislav Michl <[email protected]>
Mon, 4 Jan 2016 22:08:02 +0000 (23:08 +0100)
committerTom Rini <[email protected]>
Wed, 20 Jan 2016 15:19:40 +0000 (10:19 -0500)
The patch removes some macros that are not used.

Signed-off-by: Ladislav Michl <[email protected]>
Acked-by: Enric Balletbo Serra <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
include/configs/omap3_igep00x0.h

index bd1c038e7b4f72c2ea9e7123a21e5bdb229b681a..5da6cfd6f59642bc04b70a07f0f1acee8e5fc52b 100644 (file)
 #ifdef CONFIG_BOOT_ONENAND
 #define CONFIG_CMD_ONENAND     /* ONENAND support              */
 #endif
-#if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0020) || \
-    (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0032)
-#endif
 #define CONFIG_CMD_DHCP
 #define CONFIG_CMD_PING
 
-/*#undef CONFIG_ENV_IS_NOWHERE*/
-
 #ifndef CONFIG_SPL_BUILD
 
 /* Environment */
This page took 0.035211 seconds and 4 git commands to generate.