From d5854eb822c9ed03f343dcb2dd67680584e31f06 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 16 Sep 2018 18:22:57 +0100 Subject: tegra: cleanup dangling comments in include/configs There's a number of dangling comments in various tegra configs post migrations of various configs so lets clean them up. Signed-off-by: Peter Robinson Cc: Tom Warren Cc: Stephen Warren Cc: Marcel Ziswiler Cc: Tom Warren Cc: Stephen Warren Cc: Peter.Chubb@data61.csiro.au Cc: Lucas Stach Cc: Stefan Agner Cc: Alban Bedel Cc: Allen Martin Reviewed-by: Marcel Ziswiler Signed-off-by: Tom Warren --- include/configs/apalis_t30.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/apalis_t30.h') diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h index 646086a956..ac012225a7 100644 --- a/include/configs/apalis_t30.h +++ b/include/configs/apalis_t30.h @@ -12,8 +12,6 @@ #include "tegra30-common.h" -/* High-level configuration options */ - /* Board-specific serial config */ #define CONFIG_TEGRA_ENABLE_UARTA #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE @@ -32,8 +30,6 @@ /* USB host support */ #define CONFIG_USB_EHCI_TEGRA -/* PCI host support */ - /* PCI networking support */ #define CONFIG_E1000_NO_NVM -- cgit