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 --- configs/p2371-2180_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/p2371-2180_defconfig') diff --git a/configs/p2371-2180_defconfig b/configs/p2371-2180_defconfig index 83fde57a0c..98448eed82 100644 --- a/configs/p2371-2180_defconfig +++ b/configs/p2371-2180_defconfig @@ -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) # " -- cgit v1.2.3