]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - README
pci: Honour pci_skip_dev()
[karo-tx-uboot.git] / README
diff --git a/README b/README
index c3a9dfc4f0b3851580818217703882dc30e7f0c1..380656563fe4f8b8fa01d46e5c9f409b57e3a309 100644 (file)
--- a/README
+++ b/README
@@ -989,6 +989,7 @@ The following options need to be configured:
                CONFIG_CMD_EXT4         * ext4 command support
                CONFIG_CMD_FS_GENERIC   * filesystem commands (e.g. load, ls)
                                          that work for multiple fs types
+               CONFIG_CMD_FS_UUID      * Look up a filesystem UUID
                CONFIG_CMD_SAVEENV        saveenv
                CONFIG_CMD_FDC          * Floppy Disk Support
                CONFIG_CMD_FAT          * FAT command support
@@ -3605,6 +3606,10 @@ FIT uImage format:
                Support for the MTD subsystem within SPL.  Useful for
                environment on NAND support within SPL.
 
+               CONFIG_SPL_NAND_RAW_ONLY
+               Support to boot only raw u-boot.bin images. Use this only
+               if you need to save space.
+
                CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT
                Set for the SPL on PPC mpc8xxx targets, support for
                drivers/ddr/fsl/libddr.o in SPL binary.