From b302cb15e83b28315d2fb4336629670e3b0bd205 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Wed, 27 Nov 2019 07:23:28 +0100 Subject: apalis/colibri-imx8/8x: streamline hush shell prompts Just like on any of our other modules also use the module type as hush shell prompt. Signed-off-by: Marcel Ziswiler --- configs/apalis-imx8_defconfig | 1 + configs/apalis-imx8x_defconfig | 1 + configs/colibri-imx8qxp_defconfig | 1 + 3 files changed, 3 insertions(+) diff --git a/configs/apalis-imx8_defconfig b/configs/apalis-imx8_defconfig index e8a8c8b8c5..b994c693df 100644 --- a/configs/apalis-imx8_defconfig +++ b/configs/apalis-imx8_defconfig @@ -13,6 +13,7 @@ CONFIG_LOG=y CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_BOARD_EARLY_INIT_F=y +CONFIG_SYS_PROMPT="Apalis iMX8 # " CONFIG_FASTBOOT=y CONFIG_FSL_FASTBOOT=y CONFIG_FASTBOOT_BUF_ADDR=0x82800000 diff --git a/configs/apalis-imx8x_defconfig b/configs/apalis-imx8x_defconfig index e58218d803..ad6de0b757 100644 --- a/configs/apalis-imx8x_defconfig +++ b/configs/apalis-imx8x_defconfig @@ -13,6 +13,7 @@ CONFIG_LOG=y CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_BOARD_EARLY_INIT_F=y +CONFIG_SYS_PROMPT="Apalis iMX8X # " CONFIG_FASTBOOT=y CONFIG_FSL_FASTBOOT=y CONFIG_FASTBOOT_BUF_ADDR=0x82800000 diff --git a/configs/colibri-imx8qxp_defconfig b/configs/colibri-imx8qxp_defconfig index f8882fe25a..b266fc298f 100644 --- a/configs/colibri-imx8qxp_defconfig +++ b/configs/colibri-imx8qxp_defconfig @@ -13,6 +13,7 @@ CONFIG_LOG=y CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_BOARD_EARLY_INIT_F=y +CONFIG_SYS_PROMPT="Colibri iMX8X # " CONFIG_FASTBOOT=y CONFIG_FSL_FASTBOOT=y CONFIG_FASTBOOT_BUF_ADDR=0x82800000 -- cgit v1.2.3