Home
last modified time | relevance | path

Searched hist:"34 fa07063a7f5fc437bcaa71156182bb3bf2f516" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Dda850evm.h34fa07063a7f5fc437bcaa71156182bb3bf2f516 Mon Apr 22 05:55:00 UTC 2013 Eric Benard <eric@eukrea.com> 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>