diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2021-02-25 17:22:36 +0800 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2021-03-05 10:25:43 +0530 |
commit | e010315899b2dc5e74fec313e9de73d689b92631 (patch) | |
tree | 5a0cd0c9a8464c079873faebacb451777e43d67b /lib | |
parent | ea309212fe7b0baf02a09cc6c30a80ae13d1b681 (diff) | |
download | u-boot-e010315899b2dc5e74fec313e9de73d689b92631.zip u-boot-e010315899b2dc5e74fec313e9de73d689b92631.tar.gz u-boot-e010315899b2dc5e74fec313e9de73d689b92631.tar.bz2 |
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 <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 7f4c30e..7288340 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 |