From 8816cdf3118d9d197c1b56b0ce0ed63cc119dd71 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 14 Apr 2010 16:39:30 +0000 Subject: geeesh! And this really compiles and even runs? Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5431 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/via/vx800/detection.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/northbridge/via/vx800/detection.c') diff --git a/src/northbridge/via/vx800/detection.c b/src/northbridge/via/vx800/detection.c index 51aa9fa302..6bbfef0168 100644 --- a/src/northbridge/via/vx800/detection.c +++ b/src/northbridge/via/vx800/detection.c @@ -17,6 +17,11 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +/* FIXME this should go away */ +static const struct mem_controller ctrl = { + .channel0 = {0x50, 0x51}, +}; + #define SMBUS_ADDR_CH_A_1 0xA0 /* Dimmx */ #define SMBUS_ADDR_CH_A_2 0xA2 /* Dimmx */ #define SMBUS_ADDR_CH_B_1 0xA4 /* Dimmx */ -- cgit v1.2.3