commit | 6d137acff784a7a0299e93dda04a215cf052483a | [log] [tgz] |
---|---|---|
author | Silvestrs Timofejevs <silvestrst@lowrisc.org> | Fri Nov 15 13:34:55 2019 +0000 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Fri Nov 15 16:03:25 2019 +0000 |
tree | 997d460d8d44457436c285f6e054c787ab3bc25c | |
parent | f86db66de38fc54b6c604a4d8b3291903855dac8 [diff] |
[boot_rom] Add more descriptive message on successful boot Fixes #590 Signed-off-by: Silvestrs Timofejevs <silvestrst@lowrisc.org>
diff --git a/sw/device/boot_rom/boot_rom.c b/sw/device/boot_rom/boot_rom.c index 7d3c8cf..776afbc 100644 --- a/sw/device/boot_rom/boot_rom.c +++ b/sw/device/boot_rom/boot_rom.c
@@ -34,7 +34,7 @@ return rv; } - LOG_INFO("Jump!\n"); + LOG_INFO("Boot ROM initialisation has completed, jump into flash!\n"); while (!uart_tx_empty()) { } try_launch();