summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaewon Kim <jaewon02.kim@samsung.com>2016-04-27 09:37:38 +0900
committerjino.cho <jino.cho@samsung.com>2016-12-05 16:55:14 +0900
commitedcaa0908585b7db393688888107cbd359bae1cd (patch)
tree36a1582a9efe42bf8afdb1ccb2ffe85ef5a92063
parent8997a274d8159c3aac71652ee4d53d24097ad088 (diff)
downloadu-boot-artik-edcaa0908585b7db393688888107cbd359bae1cd.tar.gz
u-boot-artik-edcaa0908585b7db393688888107cbd359bae1cd.tar.bz2
u-boot-artik-edcaa0908585b7db393688888107cbd359bae1cd.zip
artik5: configs: fix prompt typo
This patch fixes prompt name typo on artik5. Change-Id: I83dbd08d0adb999198e9ee7b46351a080c370e34 Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
-rwxr-xr-xinclude/configs/artik5.h2
1 files changed, 1 insertions, 1 deletions
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