
11 Sep
2009
11 Sep
'09
1:37 a.m.
From: Sandeep Paulraj s-paulraj@ti.com
The Default mode that is built for the Davinci DVEVM happens to be the NOR mode. When we want to build for the NAND mode, we get a compilation error. This is overcome by defining the CONFIG_MTD_DEVICE flag in the NAND mode. The image built for NAND mode was successfully tested on the DaVinci DM6446 EVM.
Signed-off-by: Sandeep Paulraj s-paulraj@ti.com
include/configs/davinci_dvevm.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Applied to u-boot-ti