diff options
author | Koen Kooi <k-kooi@ti.com> | 2009-10-13 22:16:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-13 22:23:48 +0200 |
commit | f1c87869599b3573c2516bf679f3c4b9895ce31e (patch) | |
tree | 17ba210ea4b79bbfb1a26d6d3b811c23f30a79a0 /conf/machine/dm355-evm.conf | |
parent | a4869c043326ed7982521d242eb34959491990ab (diff) |
dm355-{evm,leopard}: put dm355 SoC variables in a shared include file
Diffstat (limited to 'conf/machine/dm355-evm.conf')
-rw-r--r-- | conf/machine/dm355-evm.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/dm355-evm.conf b/conf/machine/dm355-evm.conf index f0294de1f9..73c9f1e017 100644 --- a/conf/machine/dm355-evm.conf +++ b/conf/machine/dm355-evm.conf @@ -3,5 +3,6 @@ #@DESCRIPTION: Machine configuration for the TI Davinci DM355 EVM board require conf/machine/include/davinci.inc +require conf/machine/include/dm355.inc UBOOT_MACHINE = "davinci_dm355evm_config" |