]> git.ipfire.org Git - people/ms/u-boot.git/commit
edid: rename struct member to fix two EDID_* macros
authorChristian Gmeiner <christian.gmeiner@gmail.com>
Wed, 7 Aug 2013 07:22:33 +0000 (09:22 +0200)
committerAnatolij Gustschin <agust@denx.de>
Mon, 12 Aug 2013 21:32:20 +0000 (23:32 +0200)
commit1dc793dd2b8fb97dddf437547d86bd5bcfdb8b29
tree4a0fec3c5cc1c24fdb70af44e9c02cdba9a4273d
parent9c17a32591eeb855305a24f200dbe441c82d0326
edid: rename struct member to fix two EDID_* macros

Without this change EDID_DETAILED_TIMING_VSYNC_OFFSET
and EDID_DETAILED_TIMING_VSYNC_PULSE_WIDTH macros can
not be used (compile error).
The fix is quite trivial: rename struct member to the
expected name.

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
include/edid.h