diff options
| author | Simon Schwarz <[email protected]> | 2011-09-14 15:30:16 -0400 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-09-30 22:00:54 +0200 |
| commit | 12c2f1ee3c3e26950b39b779db4b6636759778ff (patch) | |
| tree | 0d5ff19233dad1274a905c3ec5fd7bd662e3353e /doc | |
| parent | bb085b87e587b5ea98519d95c8b24f603d91360a (diff) | |
spl: add NAND Library to new SPL
Adds NAND library to SPL.
Signed-off-by: Simon Schwarz <[email protected]>
Acked-by: Scott Wood <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.SPL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.SPL b/doc/README.SPL index 30624a50f02..057360e4c41 100644 --- a/doc/README.SPL +++ b/doc/README.SPL @@ -60,3 +60,4 @@ CONFIG_SPL_SPI_FLASH_SUPPORT (drivers/mtd/spi/libspi_flash.o) CONFIG_SPL_SPI_SUPPORT (drivers/spi/libspi.o) CONFIG_SPL_FAT_SUPPORT (fs/fat/libfat.o) CONFIG_SPL_LIBGENERIC_SUPPORT (lib/libgeneric.o) +CONFIG_SPL_NAND_SUPPORT (drivers/mtd/nand/libnand.o) |
