diff options
author | Stephen Warren | 2015-08-20 17:38:42 -0600 |
---|---|---|
committer | Tom Warren | 2015-09-16 16:10:22 -0700 |
commit | b9f269f60f71241500c3a28ca7a39b680eeae786 (patch) | |
tree | b613b3aa2ed72735c4e5c75074e0858409da3b06 /configs/p2571_defconfig | |
parent | 6c7dc6236a48752be548e0c6965b5a4a9076af11 (diff) |
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 <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'configs/p2571_defconfig')
-rw-r--r-- | configs/p2571_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/p2571_defconfig b/configs/p2571_defconfig index 877a905b44e..1d0b022b432 100644 --- a/configs/p2571_defconfig +++ b/configs/p2571_defconfig @@ -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) # " |