]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nand/fsl_elbc: shrink SPL a bit by converting out_be32() to __raw_writel()
authorScott Wood <scottwood@freescale.com>
Wed, 8 Aug 2012 15:03:33 +0000 (15:03 +0000)
committerAndy Fleming <afleming@freescale.com>
Wed, 22 Aug 2012 21:07:43 +0000 (16:07 -0500)
commit7b8f6685fb840fbaff0baf7d2297b4a2c7ddbf65
treefde0ee437ee015c8227318a96ad94d3992fca180
parent7de8a7169e0e87c960d06c60570bc062416e681f
nand/fsl_elbc: shrink SPL a bit by converting out_be32() to __raw_writel()

This is needed to make room for a bugfix on p1_p2_rdb_pc.  A sync is used
before the final write to LSOR that initiates the transaction, to ensure
all the other set up has been completed.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
nand_spl/nand_boot_fsl_elbc.c