diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-21 15:18:13 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-21 15:18:13 +0000 |
commit | 518eaefe12d6df0580699ce600a709adac1e15d9 (patch) | |
tree | 632077c537106708c304c510f0cb3b6786d79e51 /conf | |
parent | d620ef81b02640cd5ae2502f6517f83729a3723d (diff) | |
parent | 5152cd3c9348eb5c748ff135b5afff55ef08dee5 (diff) |
merge of '3289b5a802bb36f84f72d159c65ca3869e90041e'
and '5ee4afc833aaf754d4605b6c97860c3016037b3e'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/tune-ppc440e.conf | 4 | ||||
-rw-r--r-- | conf/machine/include/tune-ppc603e.conf | 2 | ||||
-rw-r--r-- | conf/machine/xilinx-ml403.conf | 7 |
3 files changed, 6 insertions, 7 deletions
diff --git a/conf/machine/include/tune-ppc440e.conf b/conf/machine/include/tune-ppc440e.conf index 0cfa50c69e..5c47482a54 100644 --- a/conf/machine/include/tune-ppc440e.conf +++ b/conf/machine/include/tune-ppc440e.conf @@ -1,2 +1,2 @@ -TARGET_CC_ARCH = "-mcpu=440fp" -PACKAGE_ARCH = "ppc440" +TARGET_CC_ARCH = "-mcpu=440fp -mhard-float" +PACKAGE_ARCH = "ppc440e" diff --git a/conf/machine/include/tune-ppc603e.conf b/conf/machine/include/tune-ppc603e.conf index 7c8714cfc2..1a004d30b5 100644 --- a/conf/machine/include/tune-ppc603e.conf +++ b/conf/machine/include/tune-ppc603e.conf @@ -1,2 +1,2 @@ -TARGET_CC_ARCH = "-mcpu=603e" +TARGET_CC_ARCH = "-mcpu=603e -mhard-float" PACKAGE_ARCH = "ppc603e" diff --git a/conf/machine/xilinx-ml403.conf b/conf/machine/xilinx-ml403.conf index a4979d4527..1ab8721508 100644 --- a/conf/machine/xilinx-ml403.conf +++ b/conf/machine/xilinx-ml403.conf @@ -2,18 +2,17 @@ # Released under the MIT license (see packages/COPYING) #@TYPE: Machine #@Name: Xilinx ML403 FPGA Development Platform -#@DESCRIPTION: Machine configuration for Xilinx ML403 (softcore ppc) development platform \ -http://www.xilinx.com/ml403 +#@DESCRIPTION: Machine configuration for Xilinx ML403 (softcore ppc) development platform http://www.xilinx.com/ml403 TARGET_ARCH = "powerpc" PACKAGE_EXTRA_ARCHS = "ppc405" -PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" +PREFERRED_PROVIDER_virtual/kernel = "linux-ml403-slab-2.6.x" MACHINE_FEATURES = "kernel26 ext2" TARGET_CPU = "405" -OLDEST_KERNEL = "2.6.12" +#OLDEST_KERNEL = "2.6.20" SERIAL_CONSOLE = "115200 ttyS0" |