eeprom: Fix USE_SERIAL handling for 230X type chips
authorRobert Cox <Robert.cox@novatechweb.com>
Fri, 23 Dec 2016 13:30:55 +0000 (14:30 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 23 Dec 2016 13:31:19 +0000 (14:31 +0100)
commit9013b6edddead7c6a1cc299cbc88c848af8ba911
tree48bee307ae05c310c813f6b00a1b285d159a8c48
parentc4221d17cfaa1f400ea15515a33590ab950161b6
eeprom: Fix USE_SERIAL handling for 230X type chips

Found that the USE_SERIAL was not being set correctly in
the eeprom_build routine for the 230X. Tracked the problem down to a line
that hard coded the value when the 230X was first added. With this line
removed code currently in the code before the switch will set the bit
correctly for the 230X.
src/ftdi.c