blob: 6cf622ae1c0a8451906b2477683138c9937f36c7 (
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.6"
include conf/machine/zaurus-clamshell.conf
include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf
ROOT_FLASH_SIZE = "58"
|