From: Jaehoon Chung Date: Tue, 15 Dec 2020 22:27:39 +0000 (+0900) Subject: samsung: tizen_amlogic: update loglevel from 4 to 7 X-Git-Tag: accepted/tizen/unified/20231106.171643~192 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e495872a5f0d3fd1dc20e66be7c797f19486c0b0;p=platform%2Fkernel%2Fu-boot.git samsung: tizen_amlogic: update loglevel from 4 to 7 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 --- diff --git a/include/samsung/tizen_amlogic.h b/include/samsung/tizen_amlogic.h index 6787df6..f87ae80 100644 --- a/include/samsung/tizen_amlogic.h +++ b/include/samsung/tizen_amlogic.h @@ -133,7 +133,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" \