projects
/
profile
/
common
/
platform
/
kernel
/
u-boot-artik.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8997a27
)
artik5: configs: fix prompt typo
author
Jaewon Kim
<jaewon02.kim@samsung.com>
Wed, 27 Apr 2016 00:37:38 +0000
(09:37 +0900)
committer
jino.cho
<jino.cho@samsung.com>
Mon, 5 Dec 2016 07:55:14 +0000
(16:55 +0900)
This patch fixes prompt name typo on artik5.
Change-Id: I83dbd08d0adb999198e9ee7b46351a080c370e34
Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
include/configs/artik5.h
patch
|
blob
|
history
diff --git
a/include/configs/artik5.h
b/include/configs/artik5.h
index e527b3e2c77350ac502f7475f81968567e243933..6918579673089e066e98d625be5cb49a33db243c 100755
(executable)
--- 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 "AR
IT
K5 # "
+#define CONFIG_SYS_PROMPT "AR
TI
K5 # "
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC2,115200n8\0"
#define CONFIG_SYS_LOAD_ADDR CONFIG_SYS_TEXT_BASE