mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
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
|
Enables helper code for implementing non-identity virtual-physical
|
||||||
memory mappings for 32bit CPUs.
|
memory mappings for 32bit CPUs.
|
||||||
|
|
||||||
|
This library only works in the post-relocation phase.
|
||||||
|
|
||||||
config SYS_NUM_ADDR_MAP
|
config SYS_NUM_ADDR_MAP
|
||||||
int "Size of the address-map table"
|
int "Size of the address-map table"
|
||||||
depends on ADDR_MAP
|
depends on ADDR_MAP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user