diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-08-21 13:40:19 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-08-21 13:40:19 +0000 |
commit | 5152cd3c9348eb5c748ff135b5afff55ef08dee5 (patch) | |
tree | 4ba0052b31c341731763a06d0336abf910592ab9 /conf | |
parent | 78a0922562fea3f3175b1b1f66cb55c4860cf36e (diff) |
conf/machine/xilinx-ml403.conf : Set default kernel for the xilinx ml403 the one build
from the slab fit tree
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/xilinx-ml403.conf | 7 |
1 files changed, 3 insertions, 4 deletions
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" |