diff options
| author | Matthew McClintock <[email protected]> | 2012-08-13 08:10:42 +0000 |
|---|---|---|
| committer | Andy Fleming <[email protected]> | 2012-08-23 10:24:17 -0500 |
| commit | ae6beb24d7589f1b8b7aa3519afb3c7cdf8e66e5 (patch) | |
| tree | 52381b535873eb38846efb0f11f6315b9018705f /include | |
| 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 <[email protected]>
Acked-by: Scott Wood <[email protected]>
Signed-off-by: Andy Fleming <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
