]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM DaVinci: EMIF settings
authorThomas Lange <thomas@corelatus.se>
Sat, 20 Jun 2009 09:02:17 +0000 (11:02 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Mon, 6 Jul 2009 19:52:23 +0000 (21:52 +0200)
commitd583ef5147066d3609de21f3beebbab99a19bad4
treeae40d93223a46b9ce2526ade7751a56b5636ee13
parent2600b8571a26c10c1c43401d7af38e2333cc5381
ARM DaVinci: EMIF settings

NAND module should not modify EMIF registers unrelated to CS2
that is used for NAND, i.e. do not modify EWAIT config register
or registers for other Chip Selects.

Without this patch, EMIF configurations made in board_init()
will be invalidated.

Signed-off-by: Thomas Lange <thomas@corelatus.se>
drivers/mtd/nand/davinci_nand.c