aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/da850-omapl138-evm.conf
blob: b61c00ca27930acf5c3abc940e6163021f472ee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#@TYPE: Machine
#@NAME: DA850 CPUs on a DA850/OMAPL138 EVM board
#@DESCRIPTION: Machine configuration for the TI DA850/OMAPL138 EVM board

require conf/machine/include/davinci.inc
require conf/machine/include/omapl138.inc

UBOOT_MACHINE = "da850_omapl138_evm_config"
UBOOT_ENTRYPOINT = "0xc0008000"
UBOOT_LOADADDRESS = "0xc0008000"

MACHINE_FEATURES = "kernel26 serial ethernet"

SERIAL_CONSOLE = "115200 ttyS2"