diff options
Diffstat (limited to 'src/mainboard/technologic')
-rw-r--r-- | src/mainboard/technologic/ts5300/romstage.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/technologic/ts5300/romstage.c b/src/mainboard/technologic/ts5300/romstage.c index dfded677a6..66bfdfc53c 100644 --- a/src/mainboard/technologic/ts5300/romstage.c +++ b/src/mainboard/technologic/ts5300/romstage.c @@ -130,7 +130,6 @@ static void identify_system(void) val=inb(0x19d); if(val==0x5f) identify_ts9500(); - } static void hard_reset(void) @@ -172,4 +171,3 @@ static void main(unsigned long bist) TS5300_LED_OFF; } - |