diff options
author | Guillaume GARDET <guillaume.gardet@free.fr> | 2014-10-15 17:53:13 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-27 17:54:08 -0400 |
commit | fae81c72c80636be657a24d42eb80971cb0e5793 (patch) | |
tree | f1b6a607b067a9816089f009f96911d465b2fec6 /doc/README.SPL | |
parent | 592f922261993bad8cfb96395342e25eda6776e3 (diff) | |
download | u-boot-imx-fae81c72c80636be657a24d42eb80971cb0e5793.zip u-boot-imx-fae81c72c80636be657a24d42eb80971cb0e5793.tar.gz u-boot-imx-fae81c72c80636be657a24d42eb80971cb0e5793.tar.bz2 |
doc: Update documentation according to the EXT SPL support patch set
Update documentation according to the EXT SPL support patch set.
Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'doc/README.SPL')
-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 c283dcf..3ba313c 100644 --- a/doc/README.SPL +++ b/doc/README.SPL @@ -54,6 +54,7 @@ CONFIG_SPL_SERIAL_SUPPORT (drivers/serial/libserial.o) 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_EXT_SUPPORT CONFIG_SPL_LIBGENERIC_SUPPORT (lib/libgeneric.o) CONFIG_SPL_POWER_SUPPORT (drivers/power/libpower.o) CONFIG_SPL_NAND_SUPPORT (drivers/mtd/nand/libnand.o) |