Drop obsolete ldtstop code. enable smbus_write_byte

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1210 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2003-10-13 10:01:13 +00:00
parent abf9faa786
commit 1b1c567892
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ static int smbus_read_byte(unsigned device, unsigned address)
static void smbus_write_byte(unsigned device, unsigned address, unsigned char val) static void smbus_write_byte(unsigned device, unsigned address, unsigned char val)
{ {
#if 0 #if 1
if (smbus_wait_until_ready() < 0) { if (smbus_wait_until_ready() < 0) {
return; return;
} }