merge of 21d66a92293faf76a506c7d17e3cd16e143bb401
[vuplus_openembedded] / conf / machine / xxs1500.conf
1 #@TYPE: Machine
2 #@NAME: mycable xxs1500
3 #@DESCRIPTION: Machine configuration for the xxs1500 revision A.
4
5 # pad size and SREC_VMAADDR would need to be changed for the xxs1500 rev B.
6
7 TARGET_ARCH = "mipsel"
8 IPKG_ARCHS = "all mipsel ${MACHINE}"
9
10 PREFERRED_PROVIDER_virtual/kernel = "linux-xxs1500"
11
12 EXTRA_IMAGECMD_jffs2 = "--pad=0xa00000 --little-endian --eraseblock=0x20000 -n"
13
14 # does not gain any speed and just creates problems:
15 # TARGET_CC_ARCH = "-march=mips32" 
16
17 USE_DEVFS = "1"
18 USE_VT = "0"
19 SERIAL_CONSOLE = "115200 tts/0 vt100"
20
21 SREC_VMAADDR = "0xbf200000"