Skip to content

Commit

Permalink
am3517-evm: switch default u-boot preference to machine-specific tree
Browse files Browse the repository at this point in the history
SDKs or other users of meta-ti can still use one of the other recipes for
stability or featureset, by setting PREFERRED_PROVIDER in their config.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
  • Loading branch information
denix0 committed Mar 19, 2013
1 parent d50cf9e commit e8da1f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/machine/am3517-evm.conf
Expand Up @@ -17,6 +17,10 @@ USE_VT = "2"

PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"

# Support for am3517 is in the same tree as am33x
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am33x"
PREFERRED_PROVIDER_u-boot = "u-boot-am33x"

UBOOT_MACHINE = "am3517_evm_config"
XLOAD_MACHINE = "am3517evm_config"

Expand Down

0 comments on commit e8da1f6

Please sign in to comment.