remove SMBUS_MEM_DEVICE_[START|END] traces from code.

add 8mbit example config for amd solo.


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1199 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2003-10-07 14:56:48 +00:00
parent 198f0ddded
commit 080038bfbd
4 changed files with 171 additions and 21 deletions

View File

@@ -514,26 +514,6 @@ define IDE_OFFSET
comment "Sector at which to start searching for boot image"
end
###############################################
# SMBUS options
###############################################
define SMBUS_MEM_DEVICE_START
default (0xa << 3)
export always
comment "Start address of SMBUS device"
end
define SMBUS_MEM_DEVICE_END
default {SMBUS_MEM_DEVICE_START +1}
export always
comment "End address of SMBUS device"
end
define SMBUS_MEM_DEVICE_INC
default 1
export always
comment "Increment value SMBUS"
end
###############################################
# Misc options
###############################################