diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-05-21 02:17:33 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-05-21 02:17:33 +0400 |
commit | 9f07c87b10d6f339c446f3ddd100e681f6fc9a32 (patch) | |
tree | cbbb85045c5cc37197f590d2743edca424a428e8 /conf/machine/dm6446-evm.conf | |
parent | d01cb243013fa74b9ce1b57dface4b0651a2b508 (diff) | |
parent | 9364f70fc675003e69e3686c1911bfbd46e63bee (diff) |
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'conf/machine/dm6446-evm.conf')
-rw-r--r-- | conf/machine/dm6446-evm.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/dm6446-evm.conf b/conf/machine/dm6446-evm.conf new file mode 100644 index 0000000000..8b048a5474 --- /dev/null +++ b/conf/machine/dm6446-evm.conf @@ -0,0 +1,7 @@ +#@TYPE: Machine +#@NAME: DM644x CPUs on a Davinci DM6446 EVM board +#@DESCRIPTION: Machine configuration for the TI Davinci DM6446 EVM board + +require conf/machine/include/davinci.inc + +UBOOT_MACHINE = "davinci_dvevm_config" |