|
@@ -21,8 +21,6 @@
|
|
|
#ifndef __ASM_ARCH_SYSTEM_H
|
|
|
#define __ASM_ARCH_SYSTEM_H
|
|
|
|
|
|
-#include <mach/cm.h>
|
|
|
-
|
|
|
static inline void arch_idle(void)
|
|
|
{
|
|
|
/*
|
|
@@ -34,11 +32,6 @@ static inline void arch_idle(void)
|
|
|
|
|
|
static inline void arch_reset(char mode, const char *cmd)
|
|
|
{
|
|
|
- /*
|
|
|
- * To reset, we hit the on-board reset register
|
|
|
- * in the system FPGA
|
|
|
- */
|
|
|
- cm_control(CM_CTRL_RESET, CM_CTRL_RESET);
|
|
|
}
|
|
|
|
|
|
#endif
|