diff options
author | Hadli, Manjunath <manjunath.hadli@ti.com> | 2012-02-06 00:30:44 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-02-12 10:11:32 +0100 |
commit | 8f5d468721ef3931e4c6f9c6555348f26acdec19 (patch) | |
tree | 991231570cd059ac3c5dd545648c0619421aa01e /include/configs/da850evm.h | |
parent | 6678cebc09226f9d34fb7e5e0631d0009689918b (diff) | |
download | u-boot-8f5d468721ef3931e4c6f9c6555348f26acdec19.tar.gz u-boot-8f5d468721ef3931e4c6f9c6555348f26acdec19.tar.bz2 u-boot-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/da850evm.h')
-rw-r--r-- | include/configs/da850evm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index 220890dfd9..f32bd34add 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -269,6 +269,10 @@ #define CONFIG_CMD_SAVES #define CONFIG_CMD_MEMORY +#ifdef CONFIG_CMD_BDI +#define CONFIG_CLOCKS +#endif + #ifndef CONFIG_DRIVER_TI_EMAC #undef CONFIG_CMD_NET #undef CONFIG_CMD_DHCP |