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:
@@ -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
|
||||
###############################################
|
||||
|
Reference in New Issue
Block a user