commit | ae6beb24d7589f1b8b7aa3519afb3c7cdf8e66e5 | [log] [tgz] |
---|---|---|
author | Matthew McClintock <msm@freescale.com> | Mon Aug 13 08:10:42 2012 +0000 |
committer | Andy Fleming <afleming@freescale.com> | Thu Aug 23 10:24:17 2012 -0500 |
tree | 52381b535873eb38846efb0f11f6315b9018705f | |
parent | 02ea538ce9fa8325f7d15c69cf87c950c5fe1f57 [diff] |
nand_spl: change out_be32 to raw_writel and depend on subsequent sync This change reduces the SPL size by removing the redundant syncs produced by out_be32 and just replies on one final sync Done with: sed -r '/in_be32/b; s/(out_be32)\(([^,]*),\s+(.*)\)/__raw_writel(\3, \2)/g' -i `git grep --name-only sdram_init nand_spl/` Signed-off-by: Matthew McClintock <msm@freescale.com> Acked-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>