u-boot-brain/nand_spl/board/freescale
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
..
mpc8313erdb Fix build issues cause by LDFLAGS_FINAL changes 2011-03-31 23:38:16 +02:00
mpc8315erdb Fix build issues cause by LDFLAGS_FINAL changes 2011-03-31 23:38:16 +02:00
mpc8536ds powerpc/85xx: Modify NAND loader makefiles to compile NAND_SPL linker script 2011-04-15 15:57:32 -05:00
mpc8569mds powerpc/85xx: Modify NAND loader makefiles to compile NAND_SPL linker script 2011-04-15 15:57:32 -05:00
mpc8572ds powerpc/85xx: Modify NAND loader makefiles to compile NAND_SPL linker script 2011-04-15 15:57:32 -05:00
mx31pdk MX31: mx31pdk: Remove nand_spl config.mk file 2011-09-30 22:00:59 +02:00
p1_p2_rdb powerpc/85xx: Modify NAND loader makefiles to compile NAND_SPL linker script 2011-04-15 15:57:32 -05:00
p1_p2_rdb_pc nand_spl: change out_be32 to raw_writel and depend on subsequent sync 2012-08-23 10:24:17 -05:00
p1010rdb nand_spl: change out_be32 to raw_writel and depend on subsequent sync 2012-08-23 10:24:17 -05:00
p1023rds nand_spl: change out_be32 to raw_writel and depend on subsequent sync 2012-08-23 10:24:17 -05:00
common.c nand_spl: update udelay for Freescale boards 2012-08-23 10:24:17 -05:00