diff options
author | Reza Arbab <arbab@linux.ibm.com> | 2019-03-29 10:12:33 -0500 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2019-04-09 10:49:07 +1000 |
commit | 46050485f5ef370cb0127835df12067bc36cbf9d (patch) | |
tree | 37f3203492b0b0db47a2e96fb34e0e84ed544397 /README.md | |
parent | 24268c7662068c276396220a68bb32d17715ebba (diff) | |
download | skiboot-46050485f5ef370cb0127835df12067bc36cbf9d.zip skiboot-46050485f5ef370cb0127835df12067bc36cbf9d.tar.gz skiboot-46050485f5ef370cb0127835df12067bc36cbf9d.tar.bz2 |
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>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/. |