summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2013-05-30 03:19:28 +0000
committerTom Rini <trini@ti.com>2013-06-10 08:43:09 -0400
commit4de28d7921908d8b222fac331111c94e048ee282 (patch)
treed753d3c59ed53eb7e3367b2550f8640540eda2d2 /include
parent4ca94d81869f8c9ba3e72eac3a99d3eef29df991 (diff)
downloadtalos-obmc-uboot-4de28d7921908d8b222fac331111c94e048ee282.tar.gz
talos-obmc-uboot-4de28d7921908d8b222fac331111c94e048ee282.zip
ARM: DRA7xx: Add control id code for DRA7xx
The registers that are used for device identification are changed from OMAP5 to DRA7xx. Using the correct registers for DRA7xx. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/dra7xx_evm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index 28a306ba8e..7826d138fa 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -28,11 +28,12 @@
#ifndef __CONFIG_DRA7XX_EVM_H
#define __CONFIG_DRA7XX_EVM_H
+/* High Level Configuration Options */
+#define CONFIG_DRA7XX /* in a TI DRA7XX core */
#define CONFIG_ENV_IS_NOWHERE /* For now. */
#include <configs/omap5_common.h>
-#define CONFIG_DRA7XX /* in a TI DRA7XX core */
#define CONFIG_SYS_PROMPT "DRA752 EVM # "
#endif /* __CONFIG_DRA7XX_EVM_H */
OpenPOWER on IntegriCloud