1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#@TYPE: Machine
#@NAME: Sharp Zaurus SL-C7x0
#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C700, Sharp Zaurus SL-C750, Sharp Zaurus SL-C760, Sharp Zaurus SL-C860 devices
require conf/machine/include/zaurus-2.6.inc
require conf/machine/include/zaurus-clamshell.inc
IMAGE_FSTYPES += "jffs2"
# NAND factory-default
# SL-C700 (corgi) mtdparts=sharpsl-nand:7168k@0k(smf),25600k@7168k(root),-(home)
# SL-C750 (Shepherd) mtdparts=sharpsl-nand:7168k@0k(smf),25600k@7168k(root),-(home)
# SL-C760 (Husky) mtdparts=sharpsl-nand:7168k@0k(smf),54272k@7168k(root),-(home)
# SL-C860 (Boxer) mtdparts=sharpsl-nand:7168k@0k(smf),54272k@7168k(root),-(home)
ROOT_FLASH_SIZE = "25"
# yes, we are aware that the husky and boxer (c760,c860) have 53MB rootfs,
# but we don't make a special image for them.
XSERVER = "xserver-kdrive-imageon"
# used by u-boot:
UBOOT_MACHINE_c7x0 = "corgi_config"
|