diff --git a/jtag/libbrux/ChangeLog b/jtag/libbrux/ChangeLog index 568bbb22..39bc444e 100644 --- a/jtag/libbrux/ChangeLog +++ b/jtag/libbrux/ChangeLog @@ -1,3 +1,7 @@ +2008-01-15 Arnim Laeuger + + * flash/jedec.c (jedec_detect): fprintf for devid and manid moved to end of detection + 2007-12-08 [819] Kolja Waschk * configure.ac: Do not search for openwince include, use ../inclow diff --git a/jtag/libbrux/flash/jedec.c b/jtag/libbrux/flash/jedec.c index 3ab507f8..2abd79d2 100644 --- a/jtag/libbrux/flash/jedec.c +++ b/jtag/libbrux/flash/jedec.c @@ -419,8 +419,6 @@ jedec_detect( bus_t *bus, uint32_t adr, cfi_array_t **cfi_array ) devid_as[AUTOSELECT_M2] = bus_read(bus, adr+1); bus_write(bus, adr, 0xf0); - fprintf(stderr, "dev ID=%04x man ID=%04x\n", devid, manid); - for(i=0 ; i