
On Sat, 30 Jan 2016 16:37:51 -0700 Simon Glass sjg@chromium.org wrote:
This option refers only to the tegra20 video driver, so name it as such to avoid confusion with tegra124.
Also move this option to Kconfig.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
arch/arm/mach-tegra/tegra20/Makefile | 2 +- board/toradex/colibri_t20/colibri_t20.c | 2 +- configs/colibri_t20_defconfig | 1 + configs/harmony_defconfig | 1 + configs/medcom-wide_defconfig | 1 + configs/paz00_defconfig | 1 + configs/seaboard_defconfig | 1 + configs/tec_defconfig | 1 + configs/ventana_defconfig | 1 + drivers/video/Kconfig | 8 ++++++++ drivers/video/Makefile | 2 +- include/configs/colibri_t20.h | 1 - include/configs/harmony.h | 1 - include/configs/medcom-wide.h | 1 - include/configs/paz00.h | 1 - include/configs/seaboard.h | 1 - include/configs/tec.h | 1 - include/configs/ventana.h | 1 - 18 files changed, 18 insertions(+), 10 deletions(-)
Acked-by: Anatolij Gustschin agust@denx.de