[U-Boot] [PATCH] omap4_panda: remove CONFIG_PANDA, not used

From: Peter Meerwald p.meerwald@bct-electronic.com
Signed-off-by: Peter Meerwald pmeerw@pmeerw.net --- include/configs/omap4_panda.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h index b4756be..eacb5f5 100644 --- a/include/configs/omap4_panda.h +++ b/include/configs/omap4_panda.h @@ -31,7 +31,6 @@ /* * High Level Configuration Options */ -#define CONFIG_PANDA /* working with Panda */
/* USB UHH support options */ #define CONFIG_CMD_USB

Hi,
[snip..]
include/configs/omap4_panda.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h index b4756be..eacb5f5 100644 --- a/include/configs/omap4_panda.h +++ b/include/configs/omap4_panda.h @@ -31,7 +31,6 @@ /*
- High Level Configuration Options
*/ -#define CONFIG_PANDA /* working with Panda */
Thanks..
I think similar unused macros are lying in CONFIG_4430SDP, CONFIG_OMAP5430, CONFIG_5430EVM, CONFIG_OMAP3_BEAGLE, etc.. Those needs cleanup as well..
Acked-by: R Sricharan r.sricharan@ti.com
Thanks, Sricharan
participants (2)
-
Peter Meerwald
-
R, Sricharan