From b9f269f60f71241500c3a28ca7a39b680eeae786 Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Thu, 20 Aug 2015 17:38:42 -0600 Subject: ARM: tegra: replace V_PROMPT define with kconfig 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 Signed-off-by: Tom Warren --- include/configs/p2371-2180.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/p2371-2180.h') diff --git a/include/configs/p2371-2180.h b/include/configs/p2371-2180.h index f311ae9..3bdf196 100644 --- a/include/configs/p2371-2180.h +++ b/include/configs/p2371-2180.h @@ -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 */ -- cgit v1.1