aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/technexion
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-03-29 17:14:28 +0000
committerStefan Reinauer <stepan@openbios.org>2010-03-29 17:14:28 +0000
commitb5828d74455a91553d78ef3077936693ae36213f (patch)
tree193d5967d93635d2b00b141dcac866f6f69956ad /src/mainboard/technexion
parent002c9ff3e453b5c93e1681c4ddc7624a4bf9e5a1 (diff)
This patch drops the coreboot CMOS checksum ranges from Kconfig because
the information is already specified in cmos.layout. coreboot is changed to use that version instead. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmai.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5313 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/technexion')
-rw-r--r--src/mainboard/technexion/tim5690/Kconfig10
-rw-r--r--src/mainboard/technexion/tim8690/Kconfig10
2 files changed, 0 insertions, 20 deletions
diff --git a/src/mainboard/technexion/tim5690/Kconfig b/src/mainboard/technexion/tim5690/Kconfig
index b8d73f1de4..8090d02191 100644
--- a/src/mainboard/technexion/tim5690/Kconfig
+++ b/src/mainboard/technexion/tim5690/Kconfig
@@ -45,16 +45,6 @@ config APIC_ID_OFFSET
default 0x0
depends on BOARD_TECHNEXION_TIM5690
-config LB_CKS_RANGE_END
- int
- default 122
- depends on BOARD_TECHNEXION_TIM5690
-
-config LB_CKS_LOC
- int
- default 123
- depends on BOARD_TECHNEXION_TIM5690
-
config MAINBOARD_PART_NUMBER
string
default "TIM-5690"
diff --git a/src/mainboard/technexion/tim8690/Kconfig b/src/mainboard/technexion/tim8690/Kconfig
index f0292fc651..0b391ca877 100644
--- a/src/mainboard/technexion/tim8690/Kconfig
+++ b/src/mainboard/technexion/tim8690/Kconfig
@@ -44,16 +44,6 @@ config APIC_ID_OFFSET
default 0x0
depends on BOARD_TECHNEXION_TIM8690
-config LB_CKS_RANGE_END
- int
- default 122
- depends on BOARD_TECHNEXION_TIM8690
-
-config LB_CKS_LOC
- int
- default 123
- depends on BOARD_TECHNEXION_TIM8690
-
config MAINBOARD_PART_NUMBER
string
default "TIM-8690"