|
@@ -21,14 +21,6 @@
|
|
|
#include "soc.h"
|
|
|
#include "generic.h"
|
|
|
|
|
|
-static void at91rm9200_idle(void)
|
|
|
-{
|
|
|
- /*
|
|
|
- * Disable the processor clock. The processor will be automatically
|
|
|
- * re-enabled by an interrupt or by a reset.
|
|
|
- */
|
|
|
- at91_pmc_write(AT91_PMC_SCDR, AT91_PMC_PCK);
|
|
|
-}
|
|
|
|
|
|
static void at91rm9200_restart(enum reboot_mode reboot_mode, const char *cmd)
|
|
|
{
|
|
@@ -49,7 +41,6 @@ static void __init at91rm9200_initialize(void)
|
|
|
arm_pm_restart = at91rm9200_restart;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
AT91_SOC_START(at91rm9200)
|
|
|
.init = at91rm9200_initialize,
|
|
|
AT91_SOC_END
|