summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReza Arbab <arbab@linux.ibm.com>2019-03-29 10:12:33 -0500
committerStewart Smith <stewart@linux.ibm.com>2019-04-09 10:49:07 +1000
commit46050485f5ef370cb0127835df12067bc36cbf9d (patch)
tree37f3203492b0b0db47a2e96fb34e0e84ed544397
parent24268c7662068c276396220a68bb32d17715ebba (diff)
downloadblackbird-skiboot-46050485f5ef370cb0127835df12067bc36cbf9d.tar.gz
blackbird-skiboot-46050485f5ef370cb0127835df12067bc36cbf9d.zip
README: Reflect openpower_mambo_defconfig name change
The name of this op-build config has changed. Use the new name. Signed-off-by: Reza Arbab <arbab@linux.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r--README.md2
-rw-r--r--external/mambo/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2d437655..c6cdae5c 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ to run skiboot:
qemu-system-ppc64 -M powernv -m 3G -nographic -L /path/to/skiboot/
To run a boot-to-bootloader test you need a Linux kernel image 'zImage.epapr'.
-Build one using the `mambo_defconfig` config for op-build. See
+Build one using the `opal_defconfig` config for op-build. See
https://github.com/open-power/op-build/ on how to build, or download one from
https://openpower.xyz/job/openpower/job/openpower-op-build/.
diff --git a/external/mambo/README.md b/external/mambo/README.md
index 750a81e4..a0bc4a0f 100644
--- a/external/mambo/README.md
+++ b/external/mambo/README.md
@@ -31,7 +31,7 @@ using powernv_defconfig.
If you use op-build to build a full set of OpenPower images, you’ll
likely be able to extract skiboot, zImage.epapr (or vmlinux and
rootfs.cpio.xz) from output/images. We suggest using the
-openpower_mambo_defconfig.
+opal_defconfig.
### Setup environment variables
Setup environment variables to point to your images
OpenPOWER on IntegriCloud