]> git.dujemihanovic.xyz Git - u-boot.git/commit
common: console: record console from the beginning
authorIon Agorria <ion@agorria.com>
Fri, 5 Jan 2024 07:22:09 +0000 (09:22 +0200)
committerMattijs Korpershoek <mkorpershoek@baylibre.com>
Tue, 9 Jan 2024 13:58:33 +0000 (14:58 +0100)
commit90087dd076d42c196de3506b6fa4d052f0869670
tree3f00be3a0cd7e7c7edb4d4971d5840b29e9a6ec0
parent9ce75f49127858d1aa36d455a869137e4d36681b
common: console: record console from the beginning

Set flag to enable console record on console_record_init
and not only on console_record_reset_enable. This fixes
missing start of U-Boot log for fastboot oem console
command.

Signed-off-by: Ion Agorria <ion@agorria.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Link: https://lore.kernel.org/r/20240105072212.6615-5-clamor95@gmail.com
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
common/console.c