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 <pbrobinson@gmail.com>
Cc: Tom Warren <twarren@nvidia.com>
Cc: Stephen Warren <swarren@nvidia.com>
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Cc: Tom Warren <twarren@nvidia.com>
Cc: Stephen Warren <swarren@nvidia.com>
Cc: Peter.Chubb@data61.csiro.au
Cc: Lucas Stach <dev@lynxeye.de>
Cc: Stefan Agner <stefan.agner@toradex.com>
Cc: Alban Bedel <alban.bedel@avionic-design.de>
Cc: Allen Martin <amartin@nvidia.com>
Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
Peter Robinson 2018-09-16 18:22:57 +01:00 committed by Tom Warren
parent 97f9830849
commit d5854eb822
28 changed files with 0 additions and 112 deletions

View file

@ -14,8 +14,6 @@
#define CONFIG_ARCH_MISC_INIT #define CONFIG_ARCH_MISC_INIT
/* High-level configuration options */
/* Board-specific serial config */ /* Board-specific serial config */
#define CONFIG_TEGRA_ENABLE_UARTA #define CONFIG_TEGRA_ENABLE_UARTA
#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE

View file

@ -12,8 +12,6 @@
#include "tegra30-common.h" #include "tegra30-common.h"
/* High-level configuration options */
/* Board-specific serial config */ /* Board-specific serial config */
#define CONFIG_TEGRA_ENABLE_UARTA #define CONFIG_TEGRA_ENABLE_UARTA
#define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
@ -32,8 +30,6 @@
/* USB host support */ /* USB host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* PCI host support */
/* PCI networking support */ /* PCI networking support */
#define CONFIG_E1000_NO_NVM #define CONFIG_E1000_NO_NVM

View file

@ -39,12 +39,6 @@
/* USB Host support */ /* USB Host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
/* PCI host support */
/* General networking support */
#include "tegra-common-usb-gadget.h" #include "tegra-common-usb-gadget.h"
#include "tegra-common-post.h" #include "tegra-common-post.h"

View file

@ -43,12 +43,6 @@
/* USB Host support */ /* USB Host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
/* PCI host support */
/* General networking support */
#include "tegra-common-post.h" #include "tegra-common-post.h"
#endif /* __CONFIG_H */ #endif /* __CONFIG_H */

View file

@ -38,12 +38,6 @@
/* USB Host support */ /* USB Host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
/* PCI host support */
/* General networking support */
#include "tegra-common-usb-gadget.h" #include "tegra-common-usb-gadget.h"
#include "tegra-common-post.h" #include "tegra-common-post.h"

View file

@ -10,8 +10,6 @@
#include "tegra20-common.h" #include "tegra20-common.h"
/* High-level configuration options */
/* Board-specific serial config */ /* Board-specific serial config */
#define CONFIG_TEGRA_ENABLE_UARTA #define CONFIG_TEGRA_ENABLE_UARTA
#define CONFIG_TEGRA_UARTA_SDIO1 #define CONFIG_TEGRA_UARTA_SDIO1
@ -26,8 +24,6 @@
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
#define CONFIG_USB_MAX_CONTROLLER_COUNT 3 #define CONFIG_USB_MAX_CONTROLLER_COUNT 3
/* USB networking support */
/* General networking support */ /* General networking support */
#define CONFIG_IP_DEFRAG #define CONFIG_IP_DEFRAG
#define CONFIG_TFTP_BLOCKSIZE 1536 #define CONFIG_TFTP_BLOCKSIZE 1536
@ -40,8 +36,6 @@
#define CONFIG_TEGRA_NAND #define CONFIG_TEGRA_NAND
#define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_MAX_NAND_DEVICE 1
/* Dynamic MTD partition support */
/* Environment in NAND, 64K is a bit excessive but erase block is 512K anyway */ /* Environment in NAND, 64K is a bit excessive but erase block is 512K anyway */
#define CONFIG_ENV_OFFSET (SZ_2M) #define CONFIG_ENV_OFFSET (SZ_2M)
#undef CONFIG_ENV_SIZE /* undef size from tegra20-common.h */ #undef CONFIG_ENV_SIZE /* undef size from tegra20-common.h */

View file

@ -32,8 +32,6 @@
/* USB host support */ /* USB host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
/* General networking support */ /* General networking support */
#define CONFIG_IP_DEFRAG #define CONFIG_IP_DEFRAG
#define CONFIG_TFTP_BLOCKSIZE 16352 #define CONFIG_TFTP_BLOCKSIZE 16352

View file

@ -35,10 +35,6 @@
/* USB Host support */ /* USB Host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
/* General networking support */
#include "tegra-common-usb-gadget.h" #include "tegra-common-usb-gadget.h"
#include "tegra-common-post.h" #include "tegra-common-post.h"

View file

@ -33,10 +33,6 @@
/* USB2.0 Host support */ /* USB2.0 Host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
/* General networking support */
#include "tegra-common-usb-gadget.h" #include "tegra-common-usb-gadget.h"
#include "tegra-common-post.h" #include "tegra-common-post.h"

View file

@ -29,16 +29,12 @@
#define CONFIG_TEGRA_NAND #define CONFIG_TEGRA_NAND
#define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_MAX_NAND_DEVICE 1
/* Dynamic MTD partition support */
/* Environment in NAND (which is 512M), aligned to start of last sector */ /* Environment in NAND (which is 512M), aligned to start of last sector */
#define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sector size */ #define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sector size */
/* USB Host support */ /* USB Host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
#include "tegra-common-post.h" #include "tegra-common-post.h"
#endif /* __CONFIG_H */ #endif /* __CONFIG_H */

View file

@ -34,12 +34,6 @@
/* USB Host support */ /* USB Host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
/* PCI host support */
/* General networking support */
#include "tegra-common-usb-gadget.h" #include "tegra-common-usb-gadget.h"
#include "tegra-common-post.h" #include "tegra-common-post.h"

View file

@ -28,8 +28,6 @@
/* USB host support */ /* USB host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
#include "tegra-common-post.h" #include "tegra-common-post.h"
#endif /* __CONFIG_H */ #endif /* __CONFIG_H */

View file

@ -37,10 +37,6 @@
/* USB Host support */ /* USB Host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
/* General networking support */
#define CONFIG_KEYBOARD #define CONFIG_KEYBOARD
#undef CONFIG_LOADADDR #undef CONFIG_LOADADDR

View file

@ -33,10 +33,6 @@
/* USB2.0 Host support */ /* USB2.0 Host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
/* General networking support */
#include "tegra-common-usb-gadget.h" #include "tegra-common-usb-gadget.h"
#include "tegra-common-post.h" #include "tegra-common-post.h"

View file

@ -33,12 +33,6 @@
/* USB2.0 Host support */ /* USB2.0 Host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
/* PCI host support */
/* General networking support */
#include "tegra-common-usb-gadget.h" #include "tegra-common-usb-gadget.h"
#include "tegra-common-post.h" #include "tegra-common-post.h"

View file

@ -34,10 +34,6 @@
/* USB2.0 Host support */ /* USB2.0 Host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
/* General networking support */
#include "tegra-common-usb-gadget.h" #include "tegra-common-usb-gadget.h"
#include "tegra-common-post.h" #include "tegra-common-post.h"

View file

@ -21,8 +21,6 @@
#define CONFIG_SYS_MMC_ENV_PART 2 #define CONFIG_SYS_MMC_ENV_PART 2
#define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE) #define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE)
/* PCI host support */
#define BOARD_EXTRA_ENV_SETTINGS \ #define BOARD_EXTRA_ENV_SETTINGS \
"calculated_vars=kernel_addr_r fdt_addr_r scriptaddr pxefile_addr_r " \ "calculated_vars=kernel_addr_r fdt_addr_r scriptaddr pxefile_addr_r " \
"ramdisk_addr_r\0" \ "ramdisk_addr_r\0" \

View file

@ -29,8 +29,6 @@
/* USB Host support */ /* USB Host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
#include "tegra-common-post.h" #include "tegra-common-post.h"
#endif /* __CONFIG_H */ #endif /* __CONFIG_H */

View file

@ -28,10 +28,6 @@
/* USB host support */ /* USB host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
/* General networking support */
#include "tegra-common-post.h" #include "tegra-common-post.h"
#endif /* __CONFIG_H */ #endif /* __CONFIG_H */

View file

@ -37,8 +37,6 @@
/* USB Host support */ /* USB Host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
/* Enable keyboard */ /* Enable keyboard */
#define CONFIG_TEGRA_KEYBOARD #define CONFIG_TEGRA_KEYBOARD
#define CONFIG_KEYBOARD #define CONFIG_KEYBOARD

View file

@ -33,10 +33,6 @@
/* USB Host support */ /* USB Host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
/* General networking support */
/* Tag support */ /* Tag support */
#define CONFIG_CMDLINE_TAG #define CONFIG_CMDLINE_TAG
#define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_SETUP_MEMORY_TAGS

View file

@ -28,8 +28,6 @@
/* USB host support */ /* USB host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
#include "tegra-common-post.h" #include "tegra-common-post.h"
#endif /* __CONFIG_H */ #endif /* __CONFIG_H */

View file

@ -39,15 +39,9 @@
*/ */
#define CONFIG_SYS_MMC_MAX_DEVICE 4 #define CONFIG_SYS_MMC_MAX_DEVICE 4
/*
* select serial console configuration
*/
/* allow to overwrite serial and ethaddr */ /* allow to overwrite serial and ethaddr */
#define CONFIG_ENV_OVERWRITE #define CONFIG_ENV_OVERWRITE
/* turn on command-line edit/hist/auto */
/* /*
* Increasing the size of the IO buffer as default nfsargs size is more * Increasing the size of the IO buffer as default nfsargs size is more
* than 256 and so it is not possible to edit it * than 256 and so it is not possible to edit it

View file

@ -14,10 +14,6 @@
*/ */
#define V_NS16550_CLK 408000000 /* 408MHz (pllp_out0) */ #define V_NS16550_CLK 408000000 /* 408MHz (pllp_out0) */
/*-----------------------------------------------------------------------
* Physical Memory Map
*/
/* Generic Interrupt Controller */ /* Generic Interrupt Controller */
#define CONFIG_GICV2 #define CONFIG_GICV2

View file

@ -18,10 +18,6 @@
*/ */
#define CONFIG_STACKBASE 0x82800000 /* 40MB */ #define CONFIG_STACKBASE 0x82800000 /* 40MB */
/*-----------------------------------------------------------------------
* Physical Memory Map
*/
/* /*
* Memory layout for where various images get loaded by boot scripts: * Memory layout for where various images get loaded by boot scripts:
* *

View file

@ -36,12 +36,6 @@
/* USB Host support */ /* USB Host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
/* PCI host support */
/* General networking support */
#include "tegra-common-post.h" #include "tegra-common-post.h"
#endif /* __CONFIG_H */ #endif /* __CONFIG_H */

View file

@ -34,10 +34,6 @@
/* USB Host support */ /* USB Host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
/* General networking support */
#include "tegra-common-usb-gadget.h" #include "tegra-common-usb-gadget.h"
#include "tegra-common-post.h" #include "tegra-common-post.h"

View file

@ -27,8 +27,6 @@
/* USB Host support */ /* USB Host support */
#define CONFIG_USB_EHCI_TEGRA #define CONFIG_USB_EHCI_TEGRA
/* USB networking support */
#include "tegra-common-post.h" #include "tegra-common-post.h"
#endif /* __CONFIG_H */ #endif /* __CONFIG_H */