|
@@ -33,6 +33,8 @@
|
|
|
|
|
|
extern omap3_sysinfo sysinfo;
|
|
extern omap3_sysinfo sysinfo;
|
|
static struct ctrl *ctrl_base = (struct ctrl *)OMAP34XX_CTRL_BASE;
|
|
static struct ctrl *ctrl_base = (struct ctrl *)OMAP34XX_CTRL_BASE;
|
|
|
|
+
|
|
|
|
+#ifdef CONFIG_DISPLAY_CPUINFO
|
|
static char *rev_s[CPU_3XX_MAX_REV] = {
|
|
static char *rev_s[CPU_3XX_MAX_REV] = {
|
|
"1.0",
|
|
"1.0",
|
|
"2.0",
|
|
"2.0",
|
|
@@ -42,6 +44,7 @@ static char *rev_s[CPU_3XX_MAX_REV] = {
|
|
"UNKNOWN",
|
|
"UNKNOWN",
|
|
"UNKNOWN",
|
|
"UNKNOWN",
|
|
"3.1.2"};
|
|
"3.1.2"};
|
|
|
|
+#endif /* CONFIG_DISPLAY_CPUINFO */
|
|
|
|
|
|
/*****************************************************************
|
|
/*****************************************************************
|
|
* dieid_num_r(void) - read and set die ID
|
|
* dieid_num_r(void) - read and set die ID
|