commit | 14f991a730f453a1c8f114ccb686f83e158fdd92 | [log] [tgz] |
---|---|---|
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Fri Nov 18 01:41:28 2011 +0800 |
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | Fri Jan 20 17:22:50 2012 +0100 |
tree | cebc0df6224f92f7e554b96bad2daf7e4fe13a64 | |
parent | e9f68b5cc6160a473fc668054fd13f435fd4508b [diff] |
ARM: at91: Fix at91sam9g45 and at91cap9 reset As on the other sam9 we need to cleanly shutdown the DDRAM before rebooting. On those SoC the SDRAM/DDRAM controller is different. So, the assembly code ends up being not cleanly combined with previous at91sam9_alt_restart function. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>