From: Jaewon Kim Date: Wed, 27 Apr 2016 00:37:38 +0000 (+0900) Subject: artik5: configs: fix prompt typo X-Git-Tag: submit/tizen/20161205.083345~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=edcaa0908585b7db393688888107cbd359bae1cd;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik.git artik5: configs: fix prompt typo This patch fixes prompt name typo on artik5. Change-Id: I83dbd08d0adb999198e9ee7b46351a080c370e34 Signed-off-by: Jaewon Kim --- diff --git a/include/configs/artik5.h b/include/configs/artik5.h index e527b3e2c..691857967 100755 --- a/include/configs/artik5.h +++ b/include/configs/artik5.h @@ -93,7 +93,7 @@ #define SECCOND_BOOT_INFORM_OFFSET 0x00000028 /* Miscellaneous configurable options */ -#define CONFIG_SYS_PROMPT "ARITK5 # " +#define CONFIG_SYS_PROMPT "ARTIK5 # " #define CONFIG_DEFAULT_CONSOLE "console=ttySAC2,115200n8\0" #define CONFIG_SYS_LOAD_ADDR CONFIG_SYS_TEXT_BASE