From 6a8e49b00c33dcaa3077886a3e481b5fcace0757 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 17 May 2022 09:28:02 +0000 Subject: [PATCH] uboot: decrease loglevel from 8 (debug full details) => 7 (debug) it doesn't actually make a notable difference. boot is still spammy. i think i either get: - debug messages compiled in and shown by default, or - debug messages not compiled in i'll settle for the former. --- pkgs/ubootRaspberryPi4_64bit/02-extra-cmds.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/ubootRaspberryPi4_64bit/02-extra-cmds.patch b/pkgs/ubootRaspberryPi4_64bit/02-extra-cmds.patch index 81d8367b..c30dbada 100644 --- a/pkgs/ubootRaspberryPi4_64bit/02-extra-cmds.patch +++ b/pkgs/ubootRaspberryPi4_64bit/02-extra-cmds.patch @@ -12,5 +12,5 @@ index eae03bf023..2ded4123ce 100644 +CONFIG_CMD_LOG=y +CONFIG_CMD_READ=y +CONFIG_CMD_USB_MASS_STORAGE=y -+CONFIG_LOG_MAX_LEVEL=8 ++CONFIG_LOG_MAX_LEVEL=7 +CONFIG_CMD_LSBLK=y