diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-04-22 17:32:48 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-05-20 13:08:06 -0400 |
commit | 12ef441b1da074f3f0b7079359e8c322a4ee838c (patch) | |
tree | caa6963d117018465c90a72181b2b87e2dda41e8 /conf/machine | |
parent | 7b8817cca336c1c90264483435bc1c98e342ba3f (diff) |
dm365-evm: add new machine definition
kernel support is on the way
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/dm365-evm.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/dm365-evm.conf b/conf/machine/dm365-evm.conf new file mode 100644 index 0000000000..09f4a353ca --- /dev/null +++ b/conf/machine/dm365-evm.conf @@ -0,0 +1,7 @@ +#@TYPE: Machine +#@NAME: DM365 CPUs on a Davinci DM365 EVM board +#@DESCRIPTION: Machine configuration for the TI Davinci DM365 EVM board + +require conf/machine/include/davinci.inc + +UBOOT_MACHINE = "davinci_dvevm_config" |