From: Nicolas Ferre Date: Thu, 14 Oct 2010 15:19:11 +0000 (+0200) Subject: AT91: reset routine cleanup, remove not needed icache flush X-Git-Tag: v2.6.37-rc1~110^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1345562b449e95e2098cc60eb0eed6d2415cd0b0;p=pandora-kernel.git AT91: reset routine cleanup, remove not needed icache flush Generalize assembler reset routine to allow use on several at91sam9 chips. This patch replace double definitions of SDRAM controller registers and RSTC registers with use of classical header files. For this rework, we remove the not needed icache flush as it is already done in the calling function: arm_machine_restart(). Rename at91sam9g20_reset.S to generalize to several chips. Signed-off-by: Nicolas Ferre --- Reading git-diff-tree failed