ibm: tacoma: enable standard phosphor nor images

Set the flash size so we get 128MiB images.

Remove INITRAMFS and IMAGE_FSTYPES overrides so we get the standard
phosphor images.

Change-Id: Ia4d17667c1e7906f1c865fdda8cef99921da3b7e
diff --git a/meta-witherspoon/conf/machine/witherspoon-tacoma.conf b/meta-witherspoon/conf/machine/witherspoon-tacoma.conf
index bbee6ad..e8a3830 100644
--- a/meta-witherspoon/conf/machine/witherspoon-tacoma.conf
+++ b/meta-witherspoon/conf/machine/witherspoon-tacoma.conf
@@ -3,12 +3,10 @@
 
 MACHINEOVERRIDES =. "ibm-ac-server:witherspoon:"
 require conf/machine/include/ast2600.inc
+require conf/machine/include/obmc-bsp-common.inc
 require conf/machine/include/openpower.inc
 require conf/machine/include/p9.inc
 
-IMAGE_FSTYPES = "cpio.lzma"
-INITRAMFS_IMAGE = "obmc-phosphor-image"
-
 SERIAL_CONSOLES = "115200;ttyS4"
 
 MRW_XML = "witherspoon.xml"
@@ -23,3 +21,5 @@
     "phosphor-fan-control-fan-config"
 PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \
     "phosphor-fan-presence-config"
+
+FLASH_SIZE = "131072"