>-----Original Message----- >From: Bin Meng <bmeng...@gmail.com> >Sent: Thursday, February 18, 2021 9:28 PM >To: Simon Glass <s...@chromium.org>; Alexander Graf <ag...@csgraf.de>; >Priyanka Jain <priyanka.j...@nxp.com> >Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Tom Rini ><tr...@konsulko.com> >Subject: [PATCH v2 15/38] 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...@gmail.com> >Reviewed-by: Simon Glass <s...@chromium.org> >--- > >(no changes since v1) > > lib/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > >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 >-- >2.7.4 Reviewed-by: Priyanka Jain <priyanka.j...@nxp.com>
- Re: [PATCH v2 14/38] test: cmd: Add a basic test ... Simon Glass
- Re: [PATCH v2 14/38] test: cmd: Add a basic t... Bin Meng
- Re: [PATCH v2 14/38] test: cmd: Add a bas... Simon Glass
- Re: [PATCH v2 14/38] test: cmd: Add a... Bin Meng
- Re: [PATCH v2 14/38] test: cmd: ... Simon Glass
- Re: [PATCH v2 14/38] test: c... Bin Meng
- Re: [PATCH v2 14/38] test: c... Tom Rini
- [PATCH v2 16/38] ppc: io.h: Use addrmap_ translation A... Bin Meng
- RE: [PATCH v2 16/38] ppc: io.h: Use addrmap_ tran... Priyanka Jain
- [PATCH v2 15/38] lib: kconfig: Mention CONFIG_ADDR_MAP... Bin Meng
- RE: [PATCH v2 15/38] lib: kconfig: Mention CONFIG... Priyanka Jain
- [PATCH v2 17/38] common: Move initr_addr_map() to a bi... Bin Meng
- RE: [PATCH v2 17/38] common: Move initr_addr_map(... Priyanka Jain
- [PATCH v2 18/38] ppc: qemu: Switch over to use DM seri... Bin Meng
- RE: [PATCH v2 18/38] ppc: qemu: Switch over to us... Priyanka Jain
- [PATCH v2 19/38] pci: mpc85xx: Wrap LAW programming wi... Bin Meng
- Re: [PATCH v2 19/38] pci: mpc85xx: Wrap LAW progr... Heiko Schocher
- RE: [PATCH v2 19/38] pci: mpc85xx: Wrap LAW progr... Priyanka Jain
- Re: [PATCH v2 19/38] pci: mpc85xx: Wrap LAW p... Bin Meng
- RE: [PATCH v2 19/38] pci: mpc85xx: Wrap L... Priyanka Jain (OSS)
- [PATCH v2 20/38] pci: mpc85xx: Support controller regi... Bin Meng