Skip to content
Snippets Groups Projects
Commit ae6beb24 authored by Matthew McClintock's avatar Matthew McClintock Committed by Andy Fleming
Browse files

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: default avatarMatthew McClintock <msm@freescale.com>
Acked-by: default avatarScott Wood <scottwood@freescale.com>
Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
parent 02ea538c
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment