From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 31 Jan 2016 19:19:25 +0100 Subject: [U-Boot] [PATCH v2 12/23] tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20 In-Reply-To: <1454197082-1312-13-git-send-email-sjg@chromium.org> References: <1454197082-1312-1-git-send-email-sjg@chromium.org> <1454197082-1312-13-git-send-email-sjg@chromium.org> Message-ID: <20160131191925.032fe2ae@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 30 Jan 2016 16:37:51 -0700 Simon Glass sjg at 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 > --- > > 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