[U-Boot] [PATCH] tqm5200.c: fix warning: 'edid_buf' defined but not used
Wolfgang Denk
wd at denx.de
Thu Dec 23 19:58:58 CET 2010
Commit 98e6956 "mpc52xx: add support for tqm52xx based board charon"
casued build warnings on some systems. Fix these.
Signed-off-by: Wolfgang Denk <wd at denx.de>
Cc: Heiko Schocher <hs at denx.de>
---
board/tqc/tqm5200/tqm5200.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/board/tqc/tqm5200/tqm5200.c b/board/tqc/tqm5200/tqm5200.c
index 7cbcd43..352226f 100644
--- a/board/tqc/tqm5200/tqm5200.c
+++ b/board/tqc/tqm5200/tqm5200.c
@@ -54,7 +54,8 @@ DECLARE_GLOBAL_DATA_PTR;
void ps2mult_early_init(void);
#endif
-#if defined(CONFIG_VIDEO)
+#if defined(CONFIG_OF_LIBFDT) && defined(CONFIG_OF_BOARD_SETUP) && \
+ defined(CONFIG_VIDEO)
/*
* EDID block has been generated using Phoenix EDID Designer 1.3.
* This tool creates a text file containing:
--
1.7.3.3
More information about the U-Boot
mailing list