lib: kconfig: Mention CONFIG_ADDR_MAP limitation in the help
authorBin Meng <bmeng.cn@gmail.com>
Thu, 25 Feb 2021 09:22:36 +0000 (17:22 +0800)
committerPriyanka Jain <priyanka.jain@nxp.com>
Fri, 5 Mar 2021 04:55:43 +0000 (10:25 +0530)
Mention that CONFIG_ADDR_MAP only works in the post-relocation phase.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
lib/Kconfig

index 7f4c30e..7288340 100644 (file)
@@ -6,6 +6,8 @@ config ADDR_MAP
          Enables helper code for implementing non-identity virtual-physical
          memory mappings for 32bit CPUs.
 
+         This library only works in the post-relocation phase.
+
 config SYS_NUM_ADDR_MAP
        int "Size of the address-map table"
        depends on ADDR_MAP