diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-10-07 14:56:48 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-10-07 14:56:48 +0000 |
commit | 080038bfbd8fdf08bac12476a3789495e6f705ca (patch) | |
tree | 4b1ad44a83b5efaf878f51404daac427330fc309 /src/config | |
parent | 198f0ddded83565034cad90040c8eaeba46823bd (diff) | |
download | coreboot-080038bfbd8fdf08bac12476a3789495e6f705ca.tar.xz |
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
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index cfc8670d69..98d9e8a3bd 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -515,26 +515,6 @@ define IDE_OFFSET 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 ############################################### |