From 080038bfbd8fdf08bac12476a3789495e6f705ca Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 7 Oct 2003 14:56:48 +0000 Subject: 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 --- src/config/Options.lb | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/config') 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 @@ -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 ############################################### -- cgit v1.2.3