Change in simtrace2[master]: DFU: remove force bootloader button debug message since the console i...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Kévin Redon gerrit-no-reply at lists.osmocom.org
Wed Jul 4 08:58:49 UTC 2018


Kévin Redon has uploaded this change for review. ( https://gerrit.osmocom.org/9860


Change subject: DFU: remove force bootloader button debug message since the console is output message is not initialized yet
......................................................................

DFU: remove force bootloader button debug message since the console is output message is not initialized yet

Change-Id: Ibea0105929a8dc38b43dacd9d1e576d7b51d0c6a
---
M firmware/libboard/simtrace/source/board_simtrace.c
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/60/9860/1

diff --git a/firmware/libboard/simtrace/source/board_simtrace.c b/firmware/libboard/simtrace/source/board_simtrace.c
index 04a3249..90bf9bc 100644
--- a/firmware/libboard/simtrace/source/board_simtrace.c
+++ b/firmware/libboard/simtrace/source/board_simtrace.c
@@ -44,7 +44,8 @@
 
 	/* Enter DFU bootloader in case the respective button is pressed */
 	if (PIO_Get(&bl_sw_pin) == 0) {
-		printf("BOOTLOADER switch presssed -> Force DFU\n\r");
+		/* do not print to early since the console is not initialized yet */
+		//printf("BOOTLOADER switch pressed -> Force DFU\n\r");
 		return 1;
 	} else
 		return 0;

-- 
To view, visit https://gerrit.osmocom.org/9860
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibea0105929a8dc38b43dacd9d1e576d7b51d0c6a
Gerrit-Change-Number: 9860
Gerrit-PatchSet: 1
Gerrit-Owner: Kévin Redon <kredon at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180704/f38bee36/attachment.htm>


More information about the gerrit-log mailing list