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-BF538(F) EZ-KIT Board (http://www.analog.com/en/epHSProd/0,,BF538-HARDWARE,00.html) |
| 4 |
|
| 5 |
TARGET_ARCH = "bfin" |
| 6 |
|
| 7 |
PREFERRED_PROVIDER_virtual/kernel = "linux-bfin" |
| 8 |
PREFERRED_PROVIDER_xserver = "xserver-kdrive" |
| 9 |
|
| 10 |
#don't try to access tty1 |
| 11 |
USE_VT = "0" |
| 12 |
|
| 13 |
MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget" |
| 14 |
|
| 15 |
# used by sysvinit_2 |
| 16 |
SERIAL_CONSOLE = "115200" |