X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fedid.h;h=8b022fa98af77c78f70c7fa60b60fed46859a520;hb=2f0bcd4de1ab0cb03f01428a334cd91f8870504c;hp=88b4b7d85429df20b440b9e6c743d679df1b030d;hpb=00cf1167bb8f7c08825262ee83e77274ff034f0a;p=u-boot diff --git a/include/edid.h b/include/edid.h index 88b4b7d854..8b022fa98a 100644 --- a/include/edid.h +++ b/include/edid.h @@ -17,6 +17,7 @@ /* Size of the EDID data */ #define EDID_SIZE 128 +#define EDID_EXT_SIZE 256 #define GET_BIT(_x, _pos) \ (((_x) >> (_pos)) & 1)