| Submitter | Simon Glass |
|---|---|
| Date | Nov. 3, 2012, 12:27 a.m. |
| Message ID | <1351902453-27956-13-git-send-email-sjg@chromium.org> |
| Download | mbox | patch |
| Permalink | /patch/196779/ |
| State | Superseded, archived |
| Delegated to: | Tom Rini |
| Headers | show |
Comments
Patch
diff --git a/common/fdt_support.c b/common/fdt_support.c index 963ea90..6b9fa05 100644 --- a/common/fdt_support.c +++ b/common/fdt_support.c @@ -1315,7 +1315,7 @@ int fdt_set_status_by_alias(void *fdt, const char* alias, return fdt_set_node_status(fdt, offset, status, error_code); } -#if defined(CONFIG_VIDEO) +#if defined(CONFIG_VIDEO) || defined(CONFIG_LCD) int fdt_add_edid(void *blob, const char *compat, unsigned char *edid_buf) { int noff;