summaryrefslogtreecommitdiffstats
path: root/include/dtt.h
diff options
context:
space:
mode:
authorAlbert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr>2015-03-31 11:40:48 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2015-04-10 14:23:23 +0200
commit24d528e3fa3a8370aa5263592c362b7d61642340 (patch)
treedc1a9fefb79d1d0da0c6e55bd6a9cadef4032bef /include/dtt.h
parent981219eebe3cc29f155a37951788c18786260514 (diff)
downloadblackbird-obmc-uboot-24d528e3fa3a8370aa5263592c362b7d61642340.tar.gz
blackbird-obmc-uboot-24d528e3fa3a8370aa5263592c362b7d61642340.zip
dtt: add ds620 support
Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Diffstat (limited to 'include/dtt.h')
-rw-r--r--include/dtt.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/include/dtt.h b/include/dtt.h
index 058bca4d5d..173159dc62 100644
--- a/include/dtt.h
+++ b/include/dtt.h
@@ -12,13 +12,14 @@
#define _DTT_H_
#if defined(CONFIG_DTT_ADM1021) || \
- defined(CONFIG_DTT_ADT7460) || \
- defined(CONFIG_DTT_DS1621) || \
- defined(CONFIG_DTT_DS1775) || \
- defined(CONFIG_DTT_LM63) || \
- defined(CONFIG_DTT_LM73) || \
- defined(CONFIG_DTT_LM75) || \
- defined(CONFIG_DTT_LM81)
+ defined(CONFIG_DTT_ADT7460) || \
+ defined(CONFIG_DTT_DS1621) || \
+ defined(CONFIG_DTT_DS1775) || \
+ defined(CONFIG_DTT_DS620) || \
+ defined(CONFIG_DTT_LM63) || \
+ defined(CONFIG_DTT_LM73) || \
+ defined(CONFIG_DTT_LM75) || \
+ defined(CONFIG_DTT_LM81)
#define CONFIG_DTT /* We have a DTT */
OpenPOWER on IntegriCloud