Skip to content
Snippets Groups Projects
Commit 42df1e16 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

tqm5200.c: fix warning: 'edid_buf' defined but not used


Commit 98e69567 "mpc52xx: add support for tqm52xx based board charon"
caused build warnings on some systems.  Fix these.

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
Cc: Heiko Schocher <hs@denx.de>
parent e0306cab
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment