Commit d36d4fd0 authored by Kevin Hilman's avatar Kevin Hilman

MTD: DaVinci NAND: define base address

This driver needs to be fixed.  The base address should be being
passed in from board setup code.
Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent d6f18b4e
......@@ -52,6 +52,9 @@
#include <asm/mach/flash.h>
/* FIXME: this should be passed in using platform_data */
#define DAVINCI_ASYNC_EMIF_CNTRL_BASE (0x01E00000)
#ifdef CONFIG_NAND_FLASH_HW_ECC
#define DAVINCI_NAND_ECC_MODE NAND_ECC_HW3_512
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment