commit | 418e5f435c40d673a3fef6883f202266cc111fbe | [log] [tgz] |
---|---|---|
author | Sandeep Paulraj <s-paulraj@ti.com> | Wed Sep 09 15:26:00 2009 -0400 |
committer | Tom Rix <Tom.Rix@windriver.com> | Tue Sep 15 10:33:07 2009 -0500 |
tree | 41c9999fdba8e93f50a94e672461cbbfb1214bd2 | |
parent | 7467599c896a57d5cd33aca8234442141c5e9f70 [diff] |
TI DaVinci: DM6446: Fix Compilation error in NAND mode 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>