ARM: tegra: replace V_PROMPT define with kconfig
authorStephen Warren <swarren@nvidia.com>
Thu, 20 Aug 2015 23:38:42 +0000 (17:38 -0600)
committerTom Warren <twarren@nvidia.com>
Wed, 16 Sep 2015 23:10:22 +0000 (16:10 -0700)
Commit 181bd9dc61d2 "kconfig: add config option for shell prompt" replaced
define V_PROMPT with Kconfig option SYS_PROMPT. This crossed with patches
adding Tegra T210 boards. Migrate the boards to the new scheme.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
configs/e2220-1170_defconfig
configs/p2371-0000_defconfig
configs/p2371-2180_defconfig
configs/p2571_defconfig
include/configs/e2220-1170.h
include/configs/p2371-0000.h
include/configs/p2371-2180.h
include/configs/p2571.h

index 72e5ab3..03eed5d 100644 (file)
@@ -15,3 +15,4 @@ CONFIG_TEGRA114_SPI=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USE_PRIVATE_LIBGCC=y
+CONFIG_SYS_PROMPT="Tegra210 (E2220-1170) # "
index 71a9a75..f8ca4d3 100644 (file)
@@ -15,3 +15,4 @@ CONFIG_TEGRA114_SPI=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USE_PRIVATE_LIBGCC=y
+CONFIG_SYS_PROMPT="Tegra210 (P2371-0000) # "
index 83fde57..98448ee 100644 (file)
@@ -15,3 +15,4 @@ CONFIG_SPI_FLASH=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USE_PRIVATE_LIBGCC=y
+CONFIG_SYS_PROMPT="Tegra210 (P2371-2180) # "
index 877a905..1d0b022 100644 (file)
@@ -15,3 +15,4 @@ CONFIG_TEGRA114_SPI=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USE_PRIVATE_LIBGCC=y
+CONFIG_SYS_PROMPT="Tegra210 (P2571) # "
index 3bc6063..32ebb82 100644 (file)
@@ -13,7 +13,6 @@
 #include "tegra210-common.h"
 
 /* High-level configuration options */
-#define V_PROMPT                       "Tegra210 (E2220-1170) # "
 #define CONFIG_TEGRA_BOARD_STRING      "NVIDIA E2220-1170"
 
 /* Board-specific serial config */
index 397a0ef..ac08947 100644 (file)
@@ -13,7 +13,6 @@
 #include "tegra210-common.h"
 
 /* High-level configuration options */
-#define V_PROMPT                       "Tegra210 (P2371-0000) # "
 #define CONFIG_TEGRA_BOARD_STRING      "NVIDIA P2371-0000"
 
 /* Board-specific serial config */
index f311ae9..3bdf196 100644 (file)
@@ -13,7 +13,6 @@
 #include "tegra210-common.h"
 
 /* High-level configuration options */
-#define V_PROMPT                       "Tegra210 (P2371-2180) # "
 #define CONFIG_TEGRA_BOARD_STRING      "NVIDIA P2371-2180"
 
 /* Board-specific serial config */
index 3bf9888..51653bb 100644 (file)
@@ -13,7 +13,6 @@
 #include "tegra210-common.h"
 
 /* High-level configuration options */
-#define V_PROMPT                       "Tegra210 (P2571) # "
 #define CONFIG_TEGRA_BOARD_STRING      "NVIDIA P2571"
 
 /* Board-specific serial config */