diff mbox

qemu/ppc-g3beige: target 750 rather than 440fp

Message ID 1335440111-12662-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 0242ae4c6b7d1daf85a5f0c191394b0a15f95c54
Headers show

Commit Message

Gustavo Zacarias April 26, 2012, 11:35 a.m. UTC
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(-)

Comments

Peter Korsgaard April 29, 2012, 6:44 p.m. UTC | #1
>>>>> "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.
diff mbox

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