* [Buildroot] [PATCH] qemu/ppc-g3beige: target 750 rather than 440fp
@ 2012-04-26 11:35 Gustavo Zacarias
2012-04-29 18:44 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2012-04-26 11:35 UTC (permalink / raw)
To: buildroot
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(-)
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
--
1.7.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-29 18:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-26 11:35 [Buildroot] [PATCH] qemu/ppc-g3beige: target 750 rather than 440fp Gustavo Zacarias
2012-04-29 18:44 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox