hw/arm/musicpal: Remove dead code for non-32-bit-RGB surfaces
commit9aee50eefba8c39d17759c7def3ba5a899c86271
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Feb 2021 10:32:07 +0000 (15 10:32 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Mar 2021 15:17:35 +0000 (5 15:17 +0000)
tree30746076ce519300c071117dbf5f247457fbea6e
parentdddc200dcddd1a4e44c32e2b0f5a3cb248c506a6
hw/arm/musicpal: Remove dead code for non-32-bit-RGB surfaces

For a long time now the UI layer has guaranteed that the console
surface is always 32 bits per pixel RGB. Remove the legacy dead
code from the milkymist display device which was handling the
possibility that the console surface was some other format.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210215103215.4944-2-peter.maydell@linaro.org
hw/arm/musicpal.c