diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2020-12-16 07:27:39 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2020-12-16 07:31:08 +0900 |
commit | e4db3dc08413511edefbdad99bd7f95f00644406 (patch) | |
tree | 714d5f060038832d7540523b8473cf2535c88313 | |
parent | 0548fab316eac104e8cdd77cb505407facfbc115 (diff) | |
download | u-boot-e4db3dc08413511edefbdad99bd7f95f00644406.tar.gz u-boot-e4db3dc08413511edefbdad99bd7f95f00644406.tar.bz2 u-boot-e4db3dc08413511edefbdad99bd7f95f00644406.zip |
samsung: tizen_amlogic: update loglevel from 4 to 7submit/tizen/20201216.030420
Update loglevel from 4 to 7.
It's useful that can see more log message because of kernel isn't stable.
In future, it will be restore to 4.
Change-Id: I162b3a049acd1a6765b4c7f9e5ce610fce238e59
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
-rw-r--r-- | include/samsung/tizen_amlogic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/samsung/tizen_amlogic.h b/include/samsung/tizen_amlogic.h index 300a526a5f..cf067c30c7 100644 --- a/include/samsung/tizen_amlogic.h +++ b/include/samsung/tizen_amlogic.h @@ -139,7 +139,7 @@ "dfu_alt_fallback=" DFU_ALT_BOOT "\0" \ "fdt_high=0x20000000\0" \ "initrd_high=0x3d800000\0" \ - "opts=loglevel=4\0" \ + "opts=loglevel=7\0" \ "dfu_usb_con=0\0" \ "dfu_interface=mmc\0" \ "fdtfile=" DEVICE_TREE_NAME "\0" \ |