]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - doc/README.SPL
sc520: Create arch asm-offsets
[karo-tx-uboot.git] / doc / README.SPL
index ce8e19fb7b2344e46afe63b0f6ef8a89a6aa404f..89d24a720586b69c9da2443531b07fac59c84e9f 100644 (file)
@@ -34,7 +34,7 @@ endif
 COBJS-$(CONFIG_SPL_BUILD) += foo.o
 
 #ifdef CONFIG_SPL_BUILD
-        foo();
+       foo();
 #endif
 
 
@@ -60,3 +60,8 @@ 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)