From cd5b8551c8fd91b57e8a064db849654b5a4e3753 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Fri, 28 Jul 2017 12:49:41 +0200 Subject: [PATCH] Ka-Ro: tk71: change U-Boot prompt to 'TK71>> ' --- include/configs/tk71.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/tk71.h b/include/configs/tk71.h index f929f203ab..d3965154a9 100644 --- a/include/configs/tk71.h +++ b/include/configs/tk71.h @@ -66,6 +66,9 @@ */ #include "mv-common.h" +#undef CONFIG_SYS_PROMPT +#define CONFIG_SYS_PROMPT "TK71>> " + /* * NAND flash */ -- 2.39.2