mb/intel/adlrvp: Update Rcomp target value for DDR4 RVP SKU

Update to recommended Rcomp drive strength value for DDR4 as per
MRC team's input.

Additionally, add space around the `targets` array.

Change-Id: Ied63913db94b2e52ab394a66c70f7edfd507d99a
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58036
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
diff --git a/src/mainboard/intel/adlrvp/memory.c b/src/mainboard/intel/adlrvp/memory.c
index 353cf4e..f93b361 100644
--- a/src/mainboard/intel/adlrvp/memory.c
+++ b/src/mainboard/intel/adlrvp/memory.c
@@ -13,7 +13,7 @@
 		.resistor = 100,
 
 		/* Baseboard Rcomp target values */
-		.targets = {40, 30, 33, 33, 30},
+		.targets = { 50, 20, 25, 25, 25 },
 	},
 
 	.ect = true, /* Early Command Training */
@@ -155,7 +155,7 @@
 		.resistor = 100,
 
 		/* Baseboard Rcomp target values */
-		.targets = {50, 30, 30, 30, 27},
+		.targets = { 50, 30, 30, 30, 27 },
 	},
 
 	.ect = true, /* Early Command Training */