projects
/
profile
/
common
/
platform
/
kernel
/
u-boot-artik7.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6429399
)
configs: artik530_raptor: add loglevel as opts.
author
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 12 Feb 2019 07:36:56 +0000
(16:36 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 12 Feb 2019 07:36:56 +0000
(16:36 +0900)
Add logevel=4 to opts.
If someone wants to change loglevel, use opts value.
Change-Id: Id0ea30cce1d97d8410a4f29939bb102bfb625e03
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/configs/artik530_raptor.h
patch
|
blob
|
history
diff --git
a/include/configs/artik530_raptor.h
b/include/configs/artik530_raptor.h
index 5a2ce9039a7b71d74a28276126f4fd89349f8ed5..7cb81636baca0575ea35725c2a42e46ac9c92163 100644
(file)
--- a/
include/configs/artik530_raptor.h
+++ b/
include/configs/artik530_raptor.h
@@
-444,7
+444,7
@@
"root_rw=rw\0" \
"model_id=530\0" \
"nr_cpus=4\0" \
- "opts=
\0"
\
+ "opts=
loglevel=4\0"
\
"loglevel=loglevel=4 splash\0" \
"rootfs_type=ext4\0" \
"dfu_alt_info=" CONFIG_DFU_ALT \