nb/intel/pineview: Drop unused attributes from sysinfo struct

Change-Id: Iab582458a7dd87e10bf14fd34f15c592b600f706
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76098
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
diff --git a/src/northbridge/intel/pineview/raminit.h b/src/northbridge/intel/pineview/raminit.h
index 4a0547b..fb33976 100644
--- a/src/northbridge/intel/pineview/raminit.h
+++ b/src/northbridge/intel/pineview/raminit.h
@@ -95,19 +95,10 @@
 	u16 mediumphase;
 	u16 readptrdelay;
 
-	int		txt_enabled;
-	int		cores;
 	int		boot_path;
-	int		max_ddr2_mhz;
-	int		max_ddr3_mt;
-	int		max_fsb_mhz;
-	int		max_render_mhz;
-	int		enable_igd;
-	int		enable_peg;
 	u16		ggc;
 
 	int		dimm_config[2];
-	int		dimms_per_ch;
 	int		spd_type;
 	int		channel_capacity[2];
 	struct timings	selected_timings;
@@ -117,7 +108,6 @@
 	u8 nodll;
 	u8 async;
 	u8 dt0mode;
-	u8 mvco4x;		/* 0 (8x) or 1 (4x) */
 };
 
 void sdram_initialize(int boot_path, const u8 *sdram_addresses);