mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-28 06:39:35 +00:00
To enable DM_VIDEO we must decrease binary size to fix build breakage for some boards, so drop not needed code. Also add !DM_VIDEO guards which can be later removed when last non DM users will be converted. Signed-off-by: Anatolij Gustschin <agust@denx.de>