]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - conf/machine/am180x-evm.conf
beagleboard: switch default u-boot preference to machine-specific tree
[glsdk/meta-ti-glsdk.git] / conf / machine / am180x-evm.conf
1 #@TYPE: Machine
2 #@NAME: AM180x CPUs on an AM180x EVM board
3 #@DESCRIPTION: Machine configuration for the TI AM180x EVM board
5 require conf/machine/include/davinci.inc
6 require conf/machine/include/omapl138.inc
8 UBOOT_MACHINE = "da850evm_config"
9 UBOOT_ENTRYPOINT = "0xc0008000"
10 UBOOT_LOADADDRESS = "0xc0008000"
12 IMAGE_FSTYPES += "tar.gz ubi"
14 SERIAL_CONSOLE = "115200 ttyS2"
16 PREFERRED_PROVIDER_virtual/kernel = "linux-omapl138-psp"
17 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am180x"
18 PREFERRED_PROVIDER_u-boot = "u-boot-am180x"