add 'nonce' nand driver

The nonce NAND driver provides a no-op implementation useful for
testing the system independently of any driver side-effects.
This commit is contained in:
Zachary T Welch
2009-11-27 09:29:07 -08:00
parent cdfdcb2854
commit 01f93137c4
3 changed files with 83 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ NAND_SRCS = \
nand.c
NAND_DEVICES_SRCS = \
nonce_nand.c \
davinci_nand.c \
lpc3180_nand_controller.c \
mx3_nand.c \