nb/intel/i440bx: Resolve a SMP-raminit TODO

Change-Id: I0087294bccee079368c93ba8986873a5e65593b0
Signed-off-by: Keith Hui <buurin@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40957
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
diff --git a/src/northbridge/intel/i440bx/raminit.c b/src/northbridge/intel/i440bx/raminit.c
index dddcc21..ee1e759 100644
--- a/src/northbridge/intel/i440bx/raminit.c
+++ b/src/northbridge/intel/i440bx/raminit.c
@@ -123,8 +123,11 @@
 	 * [01:00] Reserved
 	 */
 	NBXCFG + 0, 0x0c,
-	// TODO: Bit 15 should be 0 for multiprocessor boards
+#if CONFIG(SMP)
+	NBXCFG + 1, 0x00,
+#else
 	NBXCFG + 1, 0x80,
+#endif
 	NBXCFG + 2, 0x00,
 	NBXCFG + 3, 0xff,