summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2019-06-24 11:03:52 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2019-06-24 11:03:52 +0900
commitfa94262c3e86bc90457f272f73ef7ebcd9bc6a2c (patch)
tree69ca5d77d77dce3d30501370ad9791a7eb5336e8
parentbd8be1adf794742ba78fe7728f4b86e546c2ccbb (diff)
downloadu-boot-fa94262c3e86bc90457f272f73ef7ebcd9bc6a2c.tar.gz
u-boot-fa94262c3e86bc90457f272f73ef7ebcd9bc6a2c.tar.bz2
u-boot-fa94262c3e86bc90457f272f73ef7ebcd9bc6a2c.zip
samsung: tizen_rpi: change loglevel from 7 to 4submit/tizen/20190624.053247accepted/tizen/unified/20190624.083602
Change logelvel from 7 to 4. If someone want to see full log, change loglevel on u-boot console. Refer to below command on u-boot - edit opts After changing loglevel, enter "saveenv" command. Change-Id: I9044e70d1f064922e7a9f255ef2db63e158864fb Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
-rw-r--r--include/samsung/tizen_rpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h
index d2d8b30746..d19b03d31c 100644
--- a/include/samsung/tizen_rpi.h
+++ b/include/samsung/tizen_rpi.h
@@ -84,6 +84,6 @@
"8250.nr_uarts=1 dma.dmachans=0x7f35 bcm2709.serial=0xed6687d3 " \
"bcm2709.uart_clock=48000000 vc_mem.mem_base=0x3dc00000 " \
"vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0\0" \
- "opts=loglevel=7\0"
+ "opts=loglevel=4\0"
#endif /* __CONFIG_TIZEN_RPI_H */