summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-25 04:59:07 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-27 15:44:52 +0300
commita114b070f745900c31ddfde97f383fde3cab0110 (patch)
tree4b347731214dee8e87c02a5442ecf5e3089b9963 /meta-ibm/meta-witherspoon
parent975bf61c12955b5a486d03048f04cf63e839fb74 (diff)
downloadopenbmc-a114b070f745900c31ddfde97f383fde3cab0110.tar.xz
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. (From meta-ibm rev: 1c12470b1ea14d6b043e0b214e800b974d10a36d) Change-Id: Ic941879b882aae809693a7901f3af95d23db5d05 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm/meta-witherspoon')
-rw-r--r--meta-ibm/meta-witherspoon/conf/machine/witherspoon-tacoma.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-ibm/meta-witherspoon/conf/machine/witherspoon-tacoma.conf b/meta-ibm/meta-witherspoon/conf/machine/witherspoon-tacoma.conf
index bbee6ad56..e8a38300b 100644
--- a/meta-ibm/meta-witherspoon/conf/machine/witherspoon-tacoma.conf
+++ b/meta-ibm/meta-witherspoon/conf/machine/witherspoon-tacoma.conf
@@ -3,12 +3,10 @@ UBOOT_MACHINE = "evb-ast2600_defconfig"
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 @@ PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \
"phosphor-fan-control-fan-config"
PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \
"phosphor-fan-presence-config"
+
+FLASH_SIZE = "131072"