This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@TYPE: Machine |
| 2 |
#@Name: Analog Devices blackfin platfrom |
| 3 |
#@DESCRIPTION: ADSP-BF537 STAMP Board |
| 4 |
|
| 5 |
|
| 6 |
TARGET_ARCH = "bfin" |
| 7 |
|
| 8 |
PREFERRED_PROVIDER_virtual/kernel = "linux-bfin" |
| 9 |
PREFERRED_PROVIDER_xserver = "xserver-kdrive" |
| 10 |
|
| 11 |
#don't try to access tty1 |
| 12 |
USE_VT = "0" |
| 13 |
|
| 14 |
MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget screen" |
| 15 |
|
| 16 |
# used by sysvinit_2 |
| 17 |
SERIAL_CONSOLE = "115200" |