From 8f5d468721ef3931e4c6f9c6555348f26acdec19 Mon Sep 17 00:00:00 2001 From: "Hadli, Manjunath" Date: Mon, 6 Feb 2012 00:30:44 +0000 Subject: 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 Cc: Tom Rini --- include/configs/davinci_sffsdr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/configs/davinci_sffsdr.h') diff --git a/include/configs/davinci_sffsdr.h b/include/configs/davinci_sffsdr.h index a2da65a..c931ede 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 -- cgit v1.1