blob: cfcc411671b5f15a9142072ee5a7761cab1943f4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#@TYPE: Machine
#@NAME: Sharp Zaurus SL-C1000
#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C1000 device
KERNEL_VERSION ?= "2.4"
include conf/machine/zaurus-clamshell.conf
include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf
ROOT_FLASH_SIZE = "64"
|