diff mbox series

[v2,15/38] lib: kconfig: Mention CONFIG_ADDR_MAP limitation in the help

Message ID 1613663886-83811-16-git-send-email-bmeng.cn@gmail.com
State Superseded
Delegated to: Priyanka Jain
Headers show
Series ppc: qemu: Convert qemu-ppce500 to driver model and enable additional driver support | expand

Commit Message

Bin Meng Feb. 18, 2021, 3:57 p.m. UTC
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>
---

(no changes since v1)

 lib/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Priyanka Jain Feb. 22, 2021, 8:19 a.m. UTC | #1
>-----Original Message-----
>From: Bin Meng <bmeng.cn@gmail.com>
>Sent: Thursday, February 18, 2021 9:28 PM
>To: Simon Glass <sjg@chromium.org>; Alexander Graf <agraf@csgraf.de>;
>Priyanka Jain <priyanka.jain@nxp.com>
>Cc: U-Boot Mailing List <u-boot@lists.denx.de>; Tom Rini
><trini@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.cn@gmail.com>
>Reviewed-by: Simon Glass <sjg@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.jain@nxp.com>
diff mbox series

Patch

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