From e7c6724c2e827efee24eaa01f551e9e9384358e3 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Wed, 30 Oct 2002 15:32:41 +0000 Subject: [PATCH] Added unknown (TODO) BOOT_SEL printing. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@241 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/src/pxa250.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jtag/src/pxa250.c b/jtag/src/pxa250.c index 55ca011b..3413de73 100644 --- a/jtag/src/pxa250.c +++ b/jtag/src/pxa250.c @@ -196,7 +196,7 @@ pxa250_bus_width( parts *ps ) case 5: case 6: case 7: - printf( "TODO - BOOT_SEL\n" ); + printf( "TODO - BOOT_SEL: %d\n", boot_sel ); return 0; default: printf( "BUG in code, file %s, line %d.\n", __FILE__, __LINE__ );