From: Bin Meng Date: Thu, 25 Feb 2021 09:22:36 +0000 (+0800) Subject: lib: kconfig: Mention CONFIG_ADDR_MAP limitation in the help X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=e010315899b2dc5e74fec313e9de73d689b92631;p=u-boot.git lib: kconfig: Mention CONFIG_ADDR_MAP limitation in the help Mention that CONFIG_ADDR_MAP only works in the post-relocation phase. Signed-off-by: Bin Meng Reviewed-by: Simon Glass Reviewed-by: Priyanka Jain --- diff --git a/lib/Kconfig b/lib/Kconfig index 7f4c30ec0d..7288340614 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -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