X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2FREADME.SPL;h=0276953db634159e417c55e93b17b1738886f30c;hb=7bd7b31574518bf9c7b3c83ef2831e27abb6b14e;hp=ce8e19fb7b2344e46afe63b0f6ef8a89a6aa404f;hpb=9023ae305919d0aecb4a22726b9d08c6b08189d7;p=u-boot diff --git a/doc/README.SPL b/doc/README.SPL index ce8e19fb7b..0276953db6 100644 --- a/doc/README.SPL +++ b/doc/README.SPL @@ -34,7 +34,7 @@ endif COBJS-$(CONFIG_SPL_BUILD) += foo.o #ifdef CONFIG_SPL_BUILD - foo(); + foo(); #endif @@ -42,8 +42,8 @@ The building of SPL images can be with: #define CONFIG_SPL -Because SPL images normally have a different text base, one have to be -configured by defining CONFIG_SPL_TEXT_BASE. The linker script have to be +Because SPL images normally have a different text base, one has to be +configured by defining CONFIG_SPL_TEXT_BASE. The linker script has to be defined with CONFIG_SPL_LDSCRIPT. To support generic U-Boot libraries and drivers in the SPL binary one can @@ -60,3 +60,9 @@ 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_POWER_SUPPORT (drivers/power/libpower.o) +CONFIG_SPL_NAND_SUPPORT (drivers/mtd/nand/libnand.o) +CONFIG_SPL_DMA_SUPPORT (drivers/dma/libdma.o) +CONFIG_SPL_POST_MEM_SUPPORT (post/drivers/memory.o) +CONFIG_SPL_NAND_LOAD (drivers/mtd/nand/nand_spl_load.o) +CONFIG_SPL_SPI_LOAD (drivers/mtd/spi/spi_spl_load.o)