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>
This commit is contained in:
parent
ea309212fe
commit
e010315899
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user