arm: rmobile: kzm9g: enable reset command
[oweals/u-boot.git] / board / kmc / kzm9g / kzm9g.c
index 497f8278bce832f0fc09ebdb7b606d89b0372c24..525c97aea6f57885b4787fe7b4e90143dfa2395f 100644 (file)
@@ -372,4 +372,6 @@ int board_eth_init(bd_t *bis)
 
 void reset_cpu(ulong addr)
 {
+       /* Soft Power On Reset */
+       writel((1 << 31), RESCNT2);
 }