spitz.conf: add note abour max rootfs size
[vuplus_openembedded] / conf / machine / spitz.conf
1 #@TYPE: Machine
2 #@NAME: Sharp Zaurus SL-C3000
3 #@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C3000 device
4
5 require conf/machine/include/zaurus-2.6.inc
6 require conf/machine/include/zaurus-clamshell.inc
7
8 MACHINE_FEATURES += "iwmmxt"
9
10 PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}"
11
12 PACKAGE_EXTRA_ARCHS += "iwmmxt"
13 IMAGE_FSTYPES += "tar.gz"
14
15 # NAND factory-default
16 # SL-C3000 (spitz) mtdparts=sharpsl-nand:7168k@0k(smf),5120k@7168k(root),-(home)
17 # SL-C3100 (borzoi) mtdparts=sharpsl-nand:7168k@0k(smf),32768k@7168k(root),-(home)
18 # SL-C3200 (terrier) mtdparts=sharpsl-nand:7168k@0k(smf),44032k@7168k(root),-(home)
19
20 # Valid size for all models, rootfs is on disk for these machines
21 ROOT_FLASH_SIZE = "100"
22
23 MACHINE_GUI_CLASS=bigscreen
24 MACHINE_DISPLAY_WIDTH_PIXELS=480
25 MACHINE_DISPLAY_HEIGHT_PIXELS=640
26 MACHINE_DISPLAY_ORIENTATION=270
27
28 # spitz and akita share same u-boot machine
29 UBOOT_MACHINE = "akita_config"