merge of '0a5045efa2609655b6717431c477b9d997fa9dd1'
[vuplus_openembedded] / conf / machine / include / ixp4xx.conf
1 #@TYPE: Machine configuration
2 #@NAME: ixp4xx
3 #@DESCRIPTION: genric machine configuration for ixp4xx platforms
4
5 MACHINE_FEATURES = "kernel26 usbhost ext2"
6
7 ROOT_FLASH_SIZE ?= "12"
8
9 EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x20000 -n"
10
11 PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel"
12
13 require conf/machine/include/tune-xscale.conf
14 require conf/machine/include/tune-thumb.conf
15
16 #-------------------------------------------------------------------------------
17 # Board defaults
18 #-------------------------------------------------------------------------------
19 # These values are board specific but they seem to be common to a large number
20 # of boards so are reasonable defaults.
21 SERIAL_CONSOLE = "115200 ttyS0"
22 KERNEL_CONSOLE = "ttyS0,115200n8"
23 USE_VT = "0"