global: Migrate CONFIG_TEGRA_BOARD_STRING to CFG
Perform a simple rename of CONFIG_TEGRA_BOARD_STRING to CFG_TEGRA_BOARD_STRING Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
d8964b3e1d
commit
e660e972c4
@ -89,7 +89,7 @@ int checkboard(void)
|
||||
{
|
||||
int board_id = tegra_board_id();
|
||||
|
||||
printf("Board: %s", CONFIG_TEGRA_BOARD_STRING);
|
||||
printf("Board: %s", CFG_TEGRA_BOARD_STRING);
|
||||
if (board_id != -1)
|
||||
printf(", ID: %d\n", board_id);
|
||||
printf("\n");
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "tegra30-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Beaver"
|
||||
#define CFG_TEGRA_BOARD_STRING "NVIDIA Beaver"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "tegra30-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Cardhu"
|
||||
#define CFG_TEGRA_BOARD_STRING "NVIDIA Cardhu"
|
||||
|
||||
#define BOARD_EXTRA_ENV_SETTINGS \
|
||||
"board_name=cardhu-a04\0" \
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "tegra124-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "CEI tk1-som"
|
||||
#define CFG_TEGRA_BOARD_STRING "CEI tk1-som"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "tegra114-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Dalmore"
|
||||
#define CFG_TEGRA_BOARD_STRING "NVIDIA Dalmore"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "tegra20-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Harmony"
|
||||
#define CFG_TEGRA_BOARD_STRING "NVIDIA Harmony"
|
||||
|
||||
/* Board-specific serial config */
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "tegra124-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Jetson TK1"
|
||||
#define CFG_TEGRA_BOARD_STRING "NVIDIA Jetson TK1"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "tegra20-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "Avionic Design Medcom-Wide"
|
||||
#define CFG_TEGRA_BOARD_STRING "Avionic Design Medcom-Wide"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "tegra124-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "Google/NVIDIA Nyan-big"
|
||||
#define CFG_TEGRA_BOARD_STRING "Google/NVIDIA Nyan-big"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "tegra210-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "NVIDIA P2371-0000"
|
||||
#define CFG_TEGRA_BOARD_STRING "NVIDIA P2371-0000"
|
||||
|
||||
/* Board-specific serial config */
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "tegra210-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "NVIDIA P2371-2180"
|
||||
#define CFG_TEGRA_BOARD_STRING "NVIDIA P2371-2180"
|
||||
|
||||
/* Board-specific serial config */
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "tegra210-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "NVIDIA P2571"
|
||||
#define CFG_TEGRA_BOARD_STRING "NVIDIA P2571"
|
||||
|
||||
/* Board-specific serial config */
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "tegra186-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "NVIDIA P2771-0000"
|
||||
#define CFG_TEGRA_BOARD_STRING "NVIDIA P2771-0000"
|
||||
|
||||
/* Environment in eMMC, at the end of 2nd "boot sector" */
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "tegra210-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "NVIDIA P3450-0000"
|
||||
#define CFG_TEGRA_BOARD_STRING "NVIDIA P3450-0000"
|
||||
|
||||
/* Board-specific serial config */
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "tegra20-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "Compal Paz00"
|
||||
#define CFG_TEGRA_BOARD_STRING "Compal Paz00"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "tegra20-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "Avionic Design Plutux"
|
||||
#define CFG_TEGRA_BOARD_STRING "Avionic Design Plutux"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "tegra20-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Seaboard"
|
||||
#define CFG_TEGRA_BOARD_STRING "NVIDIA Seaboard"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "tegra30-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "Avionic Design Tamonten™ NG Evaluation Carrier"
|
||||
#define CFG_TEGRA_BOARD_STRING "Avionic Design Tamonten™ NG Evaluation Carrier"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "tegra20-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "Avionic Design Tamonten Evaluation Carrier"
|
||||
#define CFG_TEGRA_BOARD_STRING "Avionic Design Tamonten Evaluation Carrier"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "tegra20-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "Compulab Trimslice"
|
||||
#define CFG_TEGRA_BOARD_STRING "Compulab Trimslice"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "tegra124-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Venice2"
|
||||
#define CFG_TEGRA_BOARD_STRING "NVIDIA Venice2"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "tegra20-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Ventana"
|
||||
#define CFG_TEGRA_BOARD_STRING "NVIDIA Ventana"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE
|
||||
|
Loading…
Reference in New Issue
Block a user