mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
video: rename tegra20 to tegra
Since this set of drivers suports four Tegra SoC generations, lets name it just 'tegra'. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
parent
e69eeffb59
commit
901f249fdb
@ -819,7 +819,7 @@ config VIDEO_TEGRA124
|
||||
|
||||
source "drivers/video/bridge/Kconfig"
|
||||
|
||||
source "drivers/video/tegra20/Kconfig"
|
||||
source "drivers/video/tegra/Kconfig"
|
||||
|
||||
source "drivers/video/imx/Kconfig"
|
||||
|
||||
|
||||
@ -85,4 +85,4 @@ obj-$(CONFIG_VIDEO_ZYNQMP_DPSUB) += zynqmp/
|
||||
|
||||
obj-y += bridge/
|
||||
obj-y += sunxi/
|
||||
obj-y += tegra20/
|
||||
obj-y += tegra/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user