| Submitter | Gustavo Zacarias |
|---|---|
| Date | April 26, 2012, 11:35 a.m. |
| Message ID | <1335440111-12662-1-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/155251/ |
| State | Accepted |
| Commit | 0242ae4c6b7d1daf85a5f0c191394b0a15f95c54 |
| Headers | show |
Comments
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Target a powerpc 750 rather than the incorrect 440fp to avoid
Gustavo> issues and for correctness.
Committed, thanks.
Patch
diff --git a/configs/qemu_ppc_g3beige_defconfig b/configs/qemu_ppc_g3beige_defconfig index a20d3e4..8f36446 100644 --- a/configs/qemu_ppc_g3beige_defconfig +++ b/configs/qemu_ppc_g3beige_defconfig @@ -1,6 +1,6 @@ # Architecture BR2_powerpc=y -BR2_powerpc_440fp=y +BR2_powerpc_750=y # filesystem BR2_TARGET_ROOTFS_EXT2=y
Target a powerpc 750 rather than the incorrect 440fp to avoid issues and for correctness. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- configs/qemu_ppc_g3beige_defconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)