blob: 82eff0b563ca5b0e279906def52f560889635e02 (
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/include/tune-strongarm.conf
|