comparison packages/redboot/current/ChangeLog @ 1399:1bc2e99ec44b

* src/main.c: Restore correct old baud rate if changing fails.
author asl
date Mon, 24 Nov 2003 21:12:07 +0000
parents 72d234fe1607
children 08e1358c3718
comparison
equal deleted inserted replaced
1398:4f98ee8c6707 1399:1bc2e99ec44b
9 9
10 2002-11-20 Jani Monoses <jani@iv.ro> 10 2002-11-20 Jani Monoses <jani@iv.ro>
11 11
12 * src/flash.c: flash_init() no longer takes three args. 12 * src/flash.c: flash_init() no longer takes three args.
13 13
14 2003-11-19 David Woodhouse <dwmw2@redhat.com>
15
16 * src/main.c: Restore correct old baud rate if changing fails.
17
14 2003-11-13 Gary Thomas <gary@mlbassoc.com> 18 2003-11-13 Gary Thomas <gary@mlbassoc.com>
15 19
16 * src/main.c (do_go): Need to stop catching exceptions when running a 20 * src/main.c (do_go): Need to stop catching exceptions when running a
17 user program, otherwise GDB will never run when the program fails, gets 21 user program, otherwise GDB will never run when the program fails, gets
18 a ^C interrupt, etc. Also, clean up [remove] some cache debug code. 22 a ^C interrupt, etc. Also, clean up [remove] some cache debug code.