summaryrefslogtreecommitdiffstats
path: root/include/configs/davinci_sffsdr.h
diff options
context:
space:
mode:
authorHadli, Manjunath <manjunath.hadli@ti.com>2012-02-06 00:30:44 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-02-12 10:11:32 +0100
commit8f5d468721ef3931e4c6f9c6555348f26acdec19 (patch)
tree991231570cd059ac3c5dd545648c0619421aa01e /include/configs/davinci_sffsdr.h
parent6678cebc09226f9d34fb7e5e0631d0009689918b (diff)
downloadblackbird-obmc-uboot-8f5d468721ef3931e4c6f9c6555348f26acdec19.tar.gz
blackbird-obmc-uboot-8f5d468721ef3931e4c6f9c6555348f26acdec19.zip
davinci: add support for printing clock frequency
add support for printing various clock frequency info found in SOC such as ARM core frequency, DSP core frequency and DDR frequency as part of bdinfo command. Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com> Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/davinci_sffsdr.h')
-rw-r--r--include/configs/davinci_sffsdr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/davinci_sffsdr.h b/include/configs/davinci_sffsdr.h
index a2da65a762..c931ede85c 100644
--- a/include/configs/davinci_sffsdr.h
+++ b/include/configs/davinci_sffsdr.h
@@ -141,6 +141,10 @@
#undef CONFIG_CMD_FLASH
#undef CONFIG_CMD_IMLS
+#ifdef CONFIG_CMD_BDI
+#define CONFIG_CLOCKS
+#endif
+
#define CONFIG_MAX_RAM_BANK_SIZE (256 << 20) /* 256 MB */
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
OpenPOWER on IntegriCloud