commit | dc04068b935febb6c74fa6cf9c9cac6949525171 | [log] [tgz] |
---|---|---|
author | Nikhil M Jain <n-jain1@ti.com> | Thu Apr 20 17:41:03 2023 +0530 |
committer | Anatolij Gustschin <agust@denx.de> | Mon Apr 24 21:37:45 2023 +0200 |
tree | 34696bd0b12a12c391711cd6d36cd5174902fdff | |
parent | 183099d9434eb7eb83d94ab21d5eed727900c9bd [diff] |
drivers: video: tidss: Makefile: Add condition to compile TIDSS at SPL To enable TIDSS driver only at SPL stage add rule to compile the TIDSS video driver. CONFIG_$(SPL_)VIDEO_TIDSS will compile tidss_drv, at SPL only if CONFIG_SPL_VIDEO_TIDSS is defined and at u-boot proper if CONFIG_VIDEO_TIDSS is defined. Signed-off-by: Nikhil M Jain <n-jain1@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>