qemu/ppc-g3beige: target 750 rather than 440fp
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 26 Apr 2012 01:35:11 +0000 (01:35 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 29 Apr 2012 18:44:29 +0000 (20:44 +0200)
Target a powerpc 750 rather than the incorrect 440fp to avoid issues and
for correctness.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
configs/qemu_ppc_g3beige_defconfig

index a20d3e433f8bde7bce5e7528b8fa728e2ff840c2..8f36446a9413494a048c04f7778ebcd47eddacd0 100644 (file)
@@ -1,6 +1,6 @@
 # Architecture
 BR2_powerpc=y
-BR2_powerpc_440fp=y
+BR2_powerpc_750=y
 
 # filesystem
 BR2_TARGET_ROOTFS_EXT2=y