blob: 244a89a6b3cbc1275c059ded22e5913e55c81297 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#@TYPE: Machine
#@Name: DHT-Walnut Development Platform
#@DESCRIPTION: Machine configuration for the DHT-Walnut 405GP development platform
TARGET_ARCH = "powerpc"
PACKAGE_ARCHS = "all powerpc ${MACHINE}"
PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
TARGET_CPU = "405"
OLDEST_KERNEL = "2.6.9"
#tune for the 405 cpu
require conf/machine/include/tune-ppc405.conf
|