commit | 8329ce3e71abe4c9c990027be3a30bb4364be9f3 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Mon May 25 14:34:17 2020 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Thu Jun 18 19:29:33 2020 +0200 |
tree | dfa1cbb8676402dd9d04316d6062992980a478e0 | |
parent | 0dcb3fddd268b85f979769ee156981f750453c89 [diff] |
video: ipuv3: remove some useless code to reduce binary size 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>