ARM: tegra: convert CFG_TEGRA_BOARD_STRING into Kconfig option
authorSvyatoslav Ryhel <clamor95@gmail.com>
Mon, 31 Mar 2025 13:44:24 +0000 (16:44 +0300)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Sat, 12 Apr 2025 06:48:30 +0000 (09:48 +0300)
Convert CFG_TEGRA_BOARD_STRING into Kconfig option and move it into device
board Kconfig.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
67 files changed:
arch/arm/mach-tegra/board2.c
board/acer/picasso/Kconfig
board/asus/grouper/Kconfig
board/asus/transformer-t20/Kconfig
board/asus/transformer-t30/Kconfig
board/avionic-design/medcom-wide/Kconfig
board/avionic-design/plutux/Kconfig
board/avionic-design/tec-ng/Kconfig
board/avionic-design/tec/Kconfig
board/cei/cei-tk1-som/Kconfig
board/compal/paz00/Kconfig
board/compulab/trimslice/Kconfig
board/htc/endeavoru/Kconfig
board/lenovo/ideapad-yoga-11/Kconfig
board/lg/x3-t30/Kconfig
board/microsoft/surface-rt/Kconfig
board/motorola/mot/Kconfig
board/nvidia/beaver/Kconfig
board/nvidia/cardhu/Kconfig
board/nvidia/dalmore/Kconfig
board/nvidia/harmony/Kconfig
board/nvidia/jetson-tk1/Kconfig
board/nvidia/nyan-big/Kconfig
board/nvidia/p2371-0000/Kconfig
board/nvidia/p2371-2180/Kconfig
board/nvidia/p2571/Kconfig
board/nvidia/p2771-0000/Kconfig
board/nvidia/p3450-0000/Kconfig
board/nvidia/seaboard/Kconfig
board/nvidia/venice2/Kconfig
board/nvidia/ventana/Kconfig
board/ouya/ouya/Kconfig
board/wexler/qc750/Kconfig
board/xiaomi/mocha/Kconfig
include/configs/beaver.h
include/configs/cardhu.h
include/configs/cei-tk1-som.h
include/configs/dalmore.h
include/configs/endeavoru.h
include/configs/grouper.h
include/configs/harmony.h
include/configs/ideapad-yoga-11.h
include/configs/jetson-tk1.h
include/configs/medcom-wide.h
include/configs/mocha.h
include/configs/mot.h
include/configs/nyan-big.h
include/configs/ouya.h
include/configs/p2371-0000.h
include/configs/p2371-2180.h
include/configs/p2571.h
include/configs/p2771-0000.h
include/configs/p3450-0000.h
include/configs/paz00.h
include/configs/picasso.h
include/configs/plutux.h
include/configs/qc750.h
include/configs/seaboard.h
include/configs/surface-rt.h
include/configs/tec-ng.h
include/configs/tec.h
include/configs/transformer-t20.h
include/configs/transformer-t30.h
include/configs/trimslice.h
include/configs/venice2.h
include/configs/ventana.h
include/configs/x3-t30.h

index 6e9ef68..68534dc 100644 (file)
@@ -96,7 +96,7 @@ int checkboard(void)
 {
        int board_id = tegra_board_id();
 
-       printf("Board: %s", CFG_TEGRA_BOARD_STRING);
+       printf("Board: %s", CONFIG_TEGRA_BOARD_STRING);
        if (board_id != -1)
                printf(", ID: %d\n", board_id);
        printf("\n");
index 73c0aa0..c801bd2 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "picasso"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "Acer Iconia Tab A500"
+
 endif
index f935cce..5f25680 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "grouper"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "ASUS Google Nexus 7 (2012)"
+
 endif
index d5fe412..2bf4282 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "transformer-t20"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "ASUS Transformer T20"
+
 endif
index 915436b..04278f1 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "transformer-t30"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "ASUS Transformer T30"
+
 endif
index 267647c..741fc25 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "medcom-wide"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "Avionic Design Medcom-Wide"
+
 endif
index 09a3ac9..57324dc 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "plutux"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "Avionic Design Plutux"
+
 endif
index 36a0cec..34e2729 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "tec-ng"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "Avionic Design Tamonten™ NG Evaluation Carrier"
+
 endif
index bc9751b..56b4179 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "tec"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "Avionic Design Tamonten Evaluation Carrier"
+
 endif
index 5fcb51f..32ff61a 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "cei-tk1-som"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "CEI tk1-som"
+
 endif
index 30ba11d..0ddac85 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "paz00"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "Compal Paz00"
+
 endif
index 3576914..b26c297 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "trimslice"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "Compulab Trimslice"
+
 endif
index 0b72c4a..f096737 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "endeavoru"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "HTC One X"
+
 endif
index 6764440..670a5bb 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "ideapad-yoga-11"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "Lenovo Ideapad Yoga 11"
+
 endif
index 53b6ab3..5a3a67d 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "x3-t30"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "LG X3 Board"
+
 endif
index 9e66897..7c8f67f 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "surface-rt"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "Microsoft Surface RT"
+
 endif
index 8b76165..3f6f03e 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "mot"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "Motorola Mot"
+
 endif
index 23f7c94..be46121 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "beaver"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "NVIDIA Beaver"
+
 endif
index 63ace66..8a98ace 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "cardhu"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "NVIDIA Cardhu"
+
 endif
index 96eaa01..643e082 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "dalmore"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "NVIDIA Dalmore"
+
 endif
index 328c946..1f2bfdf 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "harmony"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "NVIDIA Harmony"
+
 endif
index d90a74e..7a2ffd8 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "jetson-tk1"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "NVIDIA Jetson TK1"
+
 endif
index 341c8d7..b239d69 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "nyan-big"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "Google/NVIDIA Nyan-big"
+
 endif
index f94be12..28e9f39 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "p2371-0000"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "NVIDIA P2371-0000"
+
 endif
index 8622bda..ffb4122 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "p2371-2180"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "NVIDIA P2371-2180"
+
 endif
index 7bc4874..1fc1978 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "p2571"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "NVIDIA P2571"
+
 endif
index 1b1116f..52a22b7 100644 (file)
@@ -13,4 +13,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "p2771-0000"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "NVIDIA P2771-0000"
+
 endif
index 7a08cd8..48a94e2 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "p3450-0000"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "NVIDIA P3450-0000"
+
 endif
index 0924bde..df62519 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "seaboard"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "NVIDIA Seaboard"
+
 endif
index 6905f00..7bd51c7 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "venice2"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "NVIDIA Venice2"
+
 endif
index c1ad7b7..ea1146f 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "ventana"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "NVIDIA Ventana"
+
 endif
index 6bab40c..2db127f 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "ouya"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "Ouya Game Console"
+
 endif
index 45a1e5e..2994335 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "qc750"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "Wexler QC750"
+
 endif
index 25c61d4..bb53cc5 100644 (file)
@@ -9,4 +9,8 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "mocha"
 
+config TEGRA_BOARD_STRING
+       string "Default Tegra board name"
+       default "Xiaomi Mocha"
+
 endif
index 229b766..21b37b7 100644 (file)
@@ -9,10 +9,6 @@
 #include <linux/sizes.h>
 
 #include "tegra30-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "NVIDIA Beaver"
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index c33c96a..7fc2d85 100644 (file)
@@ -9,10 +9,6 @@
 #include <linux/sizes.h>
 
 #include "tegra30-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "NVIDIA Cardhu"
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 7b09441..aa4057d 100644 (file)
 #include <linux/sizes.h>
 
 #include "tegra124-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "CEI tk1-som"
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 82911eb..0946588 100644 (file)
@@ -9,12 +9,6 @@
 #include <linux/sizes.h>
 
 #include "tegra114-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "NVIDIA Dalmore"
-
-/* Environment in eMMC, at the end of 2nd "boot sector" */
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 20ffda0..8cb3e41 100644 (file)
 #define __CONFIG_H
 
 #include "tegra30-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING         "HTC One X"
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 834e249..aacbcf1 100644 (file)
@@ -7,10 +7,6 @@
 #define __CONFIG_H
 
 #include "tegra30-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING         "ASUS Google Nexus 7 (2012)"
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 793fdff..beecb70 100644 (file)
@@ -9,14 +9,6 @@
 
 #include <linux/sizes.h>
 #include "tegra20-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "NVIDIA Harmony"
-
-/* NAND support */
-
-/* Environment in NAND (which is 512M), aligned to start of last sector */
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 0f98f89..aacbcf1 100644 (file)
@@ -7,10 +7,6 @@
 #define __CONFIG_H
 
 #include "tegra30-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING         "Lenovo Ideapad Yoga 11"
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 2fb1c35..e4ee5ce 100644 (file)
 #include <linux/sizes.h>
 
 #include "tegra124-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "NVIDIA Jetson TK1"
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 7694a2f..becff39 100644 (file)
 #define __CONFIG_H
 
 #include "tegra20-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "Avionic Design Medcom-Wide"
-
-/* NAND support */
-
-/* Environment in NAND, aligned to start of last sector */
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index a84d599..7255f31 100644 (file)
@@ -10,9 +10,6 @@
 
 #include "tegra124-common.h"
 
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING         "Xiaomi Mocha"
-
 #ifdef CONFIG_TEGRA_SUPPORT_NON_SECURE
   #define CFG_PRAM                     0x38400 /* 225 MB */
 #endif
index 28b8d50..018672c 100644 (file)
@@ -10,9 +10,6 @@
 #include <linux/sizes.h>
 #include "tegra20-common.h"
 
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING         "Motorola Mot"
-
 /* Tegra common post configuration overwrites text env in the board */
 #define BOARD_EXTRA_ENV_SETTINGS \
        "stdin=serial,tegra-kbc,button-kbd,cpcap-pwrbutton\0"
index 84db4bc..808cd90 100644 (file)
 #include <linux/sizes.h>
 
 #include "tegra124-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "Google/NVIDIA Nyan-big"
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index a9f05ae..3819417 100644 (file)
 #define __CONFIG_H
 
 #include "tegra30-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING         "Ouya Game Console"
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index a29d713..79240bd 100644 (file)
 #include <linux/sizes.h>
 
 #include "tegra210-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "NVIDIA P2371-0000"
-
-/* Board-specific serial config */
-
-/* Environment in eMMC, at the end of 2nd "boot sector" */
-
 #include "tegra-common-post.h"
 
 #endif /* _P2371_0000_H */
index 0b077ab..24f3a70 100644 (file)
 #include <linux/sizes.h>
 
 #include "tegra210-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "NVIDIA P2371-2180"
-
-/* Board-specific serial config */
-
-/* Environment in eMMC, at the end of 2nd "boot sector" */
-
 #include "tegra-common-post.h"
 
 #endif /* _P2371_2180_H */
index 5155aa7..0dbb45e 100644 (file)
 #include <linux/sizes.h>
 
 #include "tegra210-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "NVIDIA P2571"
-
-/* Board-specific serial config */
-
-/* Environment in eMMC, at the end of 2nd "boot sector" */
-
 #include "tegra-common-post.h"
 
 #endif /* _P2571_H */
index fc1b7c0..914c68f 100644 (file)
@@ -9,12 +9,6 @@
 #include <linux/sizes.h>
 
 #include "tegra186-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "NVIDIA P2771-0000"
-
-/* Environment in eMMC, at the end of 2nd "boot sector" */
-
 #include "tegra-common-post.h"
 
 #endif
index 1138c1d..c5a74e8 100644 (file)
@@ -9,13 +9,6 @@
 #include <linux/sizes.h>
 
 #include "tegra210-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "NVIDIA P3450-0000"
-
-/* Board-specific serial config */
-
-/* General networking support */
 #include "tegra-common-post.h"
 
 #endif /* _P3450_0000_H */
index 2d8d1f6..ec12380 100644 (file)
 
 #include <linux/sizes.h>
 #include "tegra20-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "Compal Paz00"
-
-/* Environment in eMMC, at the end of 2nd "boot sector" */
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 0b08a56..4b6837d 100644 (file)
 #define __CONFIG_H
 
 #include "tegra20-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING         "Acer Iconia Tab A500"
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 5d7e85d..becff39 100644 (file)
 #define __CONFIG_H
 
 #include "tegra20-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "Avionic Design Plutux"
-
-/* NAND support */
-
-/* Environment in NAND, aligned to start of last sector */
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index f226d5a..2acafb4 100644 (file)
 #define __CONFIG_H
 
 #include "tegra30-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING         "Wexler QC750"
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 79de9f8..4a2c662 100644 (file)
 #include <linux/sizes.h>
 
 #include "tegra20-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "NVIDIA Seaboard"
-
-/* Environment in eMMC, at the end of 2nd "boot sector" */
-
-/* NAND support */
-
-/* Max number of NAND devices */
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 58be786..39f7ddd 100644 (file)
@@ -9,10 +9,6 @@
 #define __CONFIG_H
 
 #include "tegra30-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING         "Microsoft Surface RT"
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 4e61016..3d6cb0b 100644 (file)
@@ -8,10 +8,6 @@
 #define __CONFIG_H
 
 #include "tegra30-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "Avionic Design Tamonten™ NG Evaluation Carrier"
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index cb10c03..becff39 100644 (file)
 #define __CONFIG_H
 
 #include "tegra20-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "Avionic Design Tamonten Evaluation Carrier"
-
-/* NAND support */
-
-/* Environment in NAND, aligned to start of last sector */
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 1876d2c..b82c6e3 100644 (file)
 #define __CONFIG_H
 
 #include "tegra20-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING         "ASUS Transformer"
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 37828d3..8cb3e41 100644 (file)
 #define __CONFIG_H
 
 #include "tegra30-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING         "ASUS Transformer"
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index c4f6def..beecb70 100644 (file)
@@ -9,15 +9,6 @@
 
 #include <linux/sizes.h>
 #include "tegra20-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "Compulab Trimslice"
-
-/* SPI */
-
-/* Environment in SPI */
-/* 1MiB flash, environment located as high as possible */
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index fa001af..bbebe53 100644 (file)
 #include <linux/sizes.h>
 
 #include "tegra124-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "NVIDIA Venice2"
-
-/* Environment in eMMC, at the end of 2nd "boot sector" */
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 7a6e025..00f9909 100644 (file)
@@ -9,12 +9,6 @@
 
 #include <linux/sizes.h>
 #include "tegra20-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING "NVIDIA Ventana"
-
-/* Environment in eMMC, at the end of 2nd "boot sector" */
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */
index 286de6a..8cb3e41 100644 (file)
 #define __CONFIG_H
 
 #include "tegra30-common.h"
-
-/* High-level configuration options */
-#define CFG_TEGRA_BOARD_STRING         "LG X3 Board"
-
 #include "tegra-common-post.h"
 
 #endif /* __CONFIG_H */