blob: 5d214f7cfb7d6671539da5b78670bae6d018dfe4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#@TYPE: Machine
#@Name: Micrel KS8695(P) Development Platform
#@DESCRIPTION: Machine configuration for Micrel KS8695(P) Development Platform
#@SPECS: http://www.micrel.com/_PDF/Ethernet/ks8695.pdf
#@DEVICES: PePLink MANGA Triple Balance, Telegent TG100
TARGET_ARCH = "arm"
PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
require conf/machine/include/tune-arm920t.conf
# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttyS0"
# used by opie-collections.inc
ROOT_FLASH_SIZE = "8"
|