summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBin Meng <[email protected]>2021-02-25 17:22:36 +0800
committerPriyanka Jain <[email protected]>2021-03-05 10:25:43 +0530
commite010315899b2dc5e74fec313e9de73d689b92631 (patch)
tree5a0cd0c9a8464c079873faebacb451777e43d67b /lib
parentea309212fe7b0baf02a09cc6c30a80ae13d1b681 (diff)
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 <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: Priyanka Jain <[email protected]>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 7f4c30ec0d9..72883406143 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