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: Avantech AT2440EVB Dev Board |
| 3 |
#@DESCRIPTION: Machine configuration for Avantech AT2440EVB Dev Board |
| 4 |
|
| 5 |
|
| 6 |
TARGET_ARCH = "arm" |
| 7 |
|
| 8 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 9 |
|
| 10 |
# used by sysvinit_2 |
| 11 |
SERIAL_CONSOLE = "115200 ttySAC0" |
| 12 |
|
| 13 |
IMAGE_FSTYPES = "tar.gz" |
| 14 |
KERNEL_IMAGETYPE = "uImage" |
| 15 |
UBOOT_ENTRYPOINT = "30008000" |
| 16 |
|
| 17 |
MACHINE_FEATURES = "kernel26 screen touchscreen" |
| 18 |
|
| 19 |
require conf/machine/include/tune-arm920t.inc |