mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-04 18:53:42 +00:00
tqm5200.c: fix warning: 'edid_buf' defined but not used
Commit 98e6956
"mpc52xx: add support for tqm52xx based board charon"
caused build warnings on some systems. Fix these.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
e0306cab09
commit
42df1e1618
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ DECLARE_GLOBAL_DATA_PTR;
|
||||||
void ps2mult_early_init(void);
|
void ps2mult_early_init(void);
|
||||||
#endif
|
#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.
|
* EDID block has been generated using Phoenix EDID Designer 1.3.
|
||||||
* This tool creates a text file containing:
|
* This tool creates a text file containing:
|
||||||
|
|
Loading…
Add table
Reference in a new issue