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.
This commit is contained in:
Colin 2022-05-17 09:28:02 +00:00
parent 61ff0eae4b
commit 6a8e49b00c

View File

@ -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