diff options
author | Igor Opaniuk | 2023-03-03 14:26:35 +0100 |
---|---|---|
committer | Stefano Babic | 2023-03-30 10:47:31 +0200 |
commit | f647ad744fbee8463cde62935832235c442be5ed (patch) | |
tree | 01a3328139c5b93bb26fff9e15cb393c4c5391c2 | |
parent | 7689fc5524a6fff2c0d70c0d855aece85a5acd21 (diff) |
colibri-imx8x: provide proper CONFIG_SYS_PROMPT
Provide proper sys prompt, which should be "Colibri iMX8X #".
Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
-rw-r--r-- | configs/colibri-imx8x_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig index 60fac230863..3429dd5205d 100644 --- a/configs/colibri-imx8x_defconfig +++ b/configs/colibri-imx8x_defconfig @@ -11,6 +11,7 @@ CONFIG_ENV_OFFSET=0xFFFFDE00 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="fsl-imx8qxp-colibri" CONFIG_TARGET_COLIBRI_IMX8X=y +CONFIG_SYS_PROMPT="Colibri iMX8X # " CONFIG_SYS_LOAD_ADDR=0x80280000 CONFIG_SYS_MEMTEST_START=0x88000000 CONFIG_SYS_MEMTEST_END=0x89000000 |