blob: b3e1840469e9eb873761bc30da5513a51505f9bb (
plain)
1
2
3
4
5
6
7
8
|
#@TYPE: Machine
#@NAME: HP Jornada 7xx
#@DESCRIPTION: Machine configuration for the SA1100 based HP Jornada 7xx palmtop computer
TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm ${MACHINE}"
include conf/machine/tune-strongarm.conf
|