]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
davinci: handle CONFIG_SYS_CLE_MASK and CONFIG_SYS_ALE_MASK
authorEric Benard <eric@eukrea.com>
Mon, 22 Apr 2013 05:55:00 +0000 (05:55 +0000)
committerTom Rini <trini@ti.com>
Fri, 10 May 2013 12:25:56 +0000 (08:25 -0400)
commit34fa07063a7f5fc437bcaa71156182bb3bf2f516
treeb4bf61cb0c60c79b5708b99c7b4cca6c0c45d73f
parent81ac7e51ccf2984e9c0964a883d6b7e8fe875aad
davinci: handle CONFIG_SYS_CLE_MASK and CONFIG_SYS_ALE_MASK

these variables are curently defined in several config files but the
driver doesn't use them and defaults to hardcoded values in
nand_defs.h

It's interesting to be able to change this hardcoded valude when the
hardware is not using the default adress signals to drive ALE and CLE
and two configuration defines already exist for this purpose so use
them.

Signed-off-by: Eric BĂ©nard <eric@eukrea.com>
arch/arm/include/asm/arch-davinci/nand_defs.h
include/configs/da830evm.h
include/configs/da850evm.h
include/configs/enbw_cmc.h
include/configs/tnetv107x_evm.h