From a07494998123820e2f59718a91e2d27941895a77 Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Sat, 12 Jul 2003 01:32:08 +0000 Subject: - Remove bogus memreset parameter from struct mem_controller git-svn-id: svn://svn.coreboot.org/coreboot/trunk@945 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/arima/hdama/auto.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/mainboard/arima/hdama/auto.c b/src/mainboard/arima/hdama/auto.c index 750710f92a..c1651514b1 100644 --- a/src/mainboard/arima/hdama/auto.c +++ b/src/mainboard/arima/hdama/auto.c @@ -384,7 +384,6 @@ static void main(void) .f3 = PCI_DEV(0, 0x18, 3), .channel0 = { (0xa<<3)|0, (0xa<<3)|2, 0, 0 }, .channel1 = { (0xa<<3)|1, (0xa<<3)|3, 0, 0 }, - .memreset = 28, }; static const struct mem_controller cpu1 = { .f0 = PCI_DEV(0, 0x19, 0), @@ -393,7 +392,6 @@ static void main(void) .f3 = PCI_DEV(0, 0x19, 3), .channel0 = { (0xa<<3)|4, (0xa<<3)|6, 0, 0 }, .channel1 = { (0xa<<3)|5, (0xa<<3)|7, 0, 0 }, - .memreset = 29, }; pc87360_enable_serial(); uart_init(); -- cgit v1.2.3