From 6160ce636abfbaf16c2faeecc5b6d35d3514c05e Mon Sep 17 00:00:00 2001 From: Timple Raj M Date: Mon, 21 Nov 2022 16:56:40 +0530 Subject: [PATCH] ipq5332: configs: update uboot console prompt string This patch updates the CONFIG_SYS_PROMPT from "ipq5332# " to "IPQ5332# " Change-Id: I3c42fcc4aba23c092788c028761ddc9656cd32d9 Signed-off-by: Timple Raj M --- configs/ipq5332_defconfig | 2 +- configs/ipq5332_tiny_debug_defconfig | 2 +- configs/ipq5332_tiny_defconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/ipq5332_defconfig b/configs/ipq5332_defconfig index 28f5454955..6a65a24f3e 100644 --- a/configs/ipq5332_defconfig +++ b/configs/ipq5332_defconfig @@ -26,7 +26,7 @@ CONFIG_FIT=y CONFIG_FIT_VERBOSE=y # CONFIG_FIT_SIGNATURE is not set CONFIG_SYS_EXTRA_OPTIONS="" -CONFIG_SYS_PROMPT="ipq5332# " +CONFIG_SYS_PROMPT="IPQ5332# " # # Tiny support diff --git a/configs/ipq5332_tiny_debug_defconfig b/configs/ipq5332_tiny_debug_defconfig index 08b90055cb..00922405c3 100644 --- a/configs/ipq5332_tiny_debug_defconfig +++ b/configs/ipq5332_tiny_debug_defconfig @@ -15,7 +15,7 @@ CONFIG_FIT=y CONFIG_FIT_VERBOSE=y # CONFIG_FIT_SIGNATURE is not set CONFIG_SYS_EXTRA_OPTIONS="" -CONFIG_SYS_PROMPT="ipq5332# " +CONFIG_SYS_PROMPT="IPQ5332# " # # Tiny support diff --git a/configs/ipq5332_tiny_defconfig b/configs/ipq5332_tiny_defconfig index 96d57b8698..cd0846cb28 100644 --- a/configs/ipq5332_tiny_defconfig +++ b/configs/ipq5332_tiny_defconfig @@ -15,7 +15,7 @@ CONFIG_FIT=y CONFIG_FIT_VERBOSE=y # CONFIG_FIT_SIGNATURE is not set CONFIG_SYS_EXTRA_OPTIONS="" -CONFIG_SYS_PROMPT="ipq5332# " +CONFIG_SYS_PROMPT="IPQ5332# " # # Tiny support