u-boot-brain/nand_spl/board
Matthew McClintock ae6beb24d7 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>
2012-08-23 10:24:17 -05:00
..
amcc Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00
freescale nand_spl: change out_be32 to raw_writel and depend on subsequent sync 2012-08-23 10:24:17 -05:00
karo/tx25 replace CONFIG_PRELOADER with CONFIG_SPL_BUILD 2011-07-26 14:44:34 +02:00
samsung/smdk6400 Fix regression in SMDK6400 2011-12-06 23:59:31 +01:00
sheldon/simpc8313 Fix build issues cause by LDFLAGS_FINAL changes 2011-03-31 23:38:16 +02:00