FreeCalypso > hg > freecalypso-reveng
changeset 353:3aecf9bc1bf3
fluid-mnf/machine.c: bogus reset code removed
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Fri, 13 Mar 2020 19:41:17 +0000 | 
| parents | bc5ddad215f2 | 
| children | f89a20e7adc7 | 
| files | fluid-mnf/machine.c | 
| diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- a/fluid-mnf/machine.c Fri Mar 13 19:22:48 2020 +0000 +++ b/fluid-mnf/machine.c Fri Mar 13 19:41:17 2020 +0000 @@ -169,6 +169,13 @@ { int error; + /* + * MNF change: the following reset-by-pin-wiggling code has been + * removed because it was already broken in TI's original version: + * because it runs before the serial port is opened, it cannot + * possibly ever work. + */ +#if 0 // If user has specifically asked fluid just to reset the target, we do // that and only that! This way, we can use fluid just to reset the // target without doing anything else! @@ -179,6 +186,7 @@ target_reset(1); flowf(VERBOSE, "ok\n"); } +#endif file_read_devices("devices.txt");
