commit | 2e72e4ec847bd81b4f30d6641efb70c3b422ac7b | [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 | 35ca2e4fa21187b13e6ab323ac5782292f52a634 [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>