eb_cpu5282: Declare diplay_width / display_height as externs
authorTom Rini <trini@konsulko.com>
Mon, 3 May 2021 20:48:55 +0000 (16:48 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 7 Jul 2021 14:17:54 +0000 (10:17 -0400)
commit265724cb22d5317eac626e6e773c53e4a0134170
tree060fa9687d1b9a8e07641ada4e7d321851ab03d5
parent8627db79cab3805a493f7454100dcb968ac67862
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>
board/BuS/eb_cpu5282/eb_cpu5282.c