commit | 249244813dc97c6d01854a19f89ae23fd2691e2e | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon May 03 16:48:55 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 07 10:17:54 2021 -0400 |
tree | 060fa9687d1b9a8e07641ada4e7d321851ab03d5 | |
parent | d3ba2a2ddd073c20c7b5631541ff667afa2ea134 [diff] |
eb_cpu5282: Declare diplay_width / display_height as externs The board code here references the display_width / display_height variables set in the video driver, declare these as externs as gcc-11 will notice and lead to a multiple definition error. Signed-off-by: Tom Rini <trini@konsulko.com>