dm: input: Create a keyboard uclass
[oweals/u-boot.git] / README
diff --git a/README b/README
index e98c49b6b7a4e01c1af0332fa0163c24c164df3c..32c5ea66531302af1d311d5fbc94e98abdfa17ee 100644 (file)
--- a/README
+++ b/README
@@ -3577,6 +3577,9 @@ FIT uImage format:
 
                CONFIG_SYS_SPL_MALLOC_START
                Starting address of the malloc pool used in SPL.
+               When this option is set the full malloc is used in SPL and
+               it is set up by spl_init() and before that, the simple malloc()
+               can be used if CONFIG_SYS_MALLOC_F is defined.
 
                CONFIG_SYS_SPL_MALLOC_SIZE
                The size of the malloc pool used in SPL.