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:
parent
abf9faa786
commit
1b1c567892
|
@ -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)
|
||||
{
|
||||
#if 0
|
||||
#if 1
|
||||
if (smbus_wait_until_ready() < 0) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue