Skip to content
Snippets Groups Projects
Commit 3962c4f9 authored by Dirk Behme's avatar Dirk Behme Committed by Wolfgang Denk
Browse files

OMAP3: Zoom2: Enable Board and CPU info


With other OMAP3 boards we recently switched to CPU and Board
info API. From parallel merge, this is missing for Zoom2.
Enable it for Zoom2, too.

Signed-off-by: default avatarDirk Behme <dirk.behme@googlemail.com>
Acked-by: default avatarTom Rix <Tom.Rix@windriver.com>
parent 83ae698f
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,12 @@
#include <asm/arch/cpu.h> /* get chip and board defs */
#include <asm/arch/omap3.h>
/*
* Display CPU and Board information
*/
#define CONFIG_DISPLAY_CPUINFO 1
#define CONFIG_DISPLAY_BOARDINFO 1
/* Clock Defines */
#define V_OSCK 26000000 /* Clock output from T2 */
#define V_SCLK (V_OSCK >> 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment