|
@@ -9,6 +9,7 @@
|
|
#include <asm/arch/imx-regs.h>
|
|
#include <asm/arch/imx-regs.h>
|
|
#include <asm/arch/clock.h>
|
|
#include <asm/arch/clock.h>
|
|
#include <asm/arch/crm_regs.h>
|
|
#include <asm/arch/crm_regs.h>
|
|
|
|
+#include <asm/imx-common/sys_proto.h>
|
|
#include <netdev.h>
|
|
#include <netdev.h>
|
|
#ifdef CONFIG_FSL_ESDHC
|
|
#ifdef CONFIG_FSL_ESDHC
|
|
#include <fsl_esdhc.h>
|
|
#include <fsl_esdhc.h>
|
|
@@ -266,6 +267,11 @@ void imx_get_mac_from_fuse(int dev_id, unsigned char *mac)
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+u32 get_cpu_rev(void)
|
|
|
|
+{
|
|
|
|
+ return MXC_CPU_VF610 << 12;
|
|
|
|
+}
|
|
|
|
+
|
|
#if defined(CONFIG_DISPLAY_CPUINFO)
|
|
#if defined(CONFIG_DISPLAY_CPUINFO)
|
|
static char *get_reset_cause(void)
|
|
static char *get_reset_cause(void)
|
|
{
|
|
{
|