[PATCH] mpc83xx: Update comment

Update the comment here to refer to PCI_CONFIG_ADDRESS rather than CONFIG_ADDRESS.
Signed-off-by: Tom Rini trini@konsulko.com --- include/mpc83xx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/mpc83xx.h b/include/mpc83xx.h index 71cffa1b0fc8..0275b3184ea3 100644 --- a/include/mpc83xx.h +++ b/include/mpc83xx.h @@ -1372,7 +1372,7 @@ #endif /* !CONFIG_MPC83XX_SDRAM */
/* - * CONFIG_ADDRESS - PCI Config Address Register + * PCI_CONFIG_ADDRESS - PCI Config Address Register */ #define PCI_CONFIG_ADDRESS_EN 0x80000000 #define PCI_CONFIG_ADDRESS_BN_SHIFT 16

On Fri, Aug 20, 2021 at 3:15 AM Tom Rini trini@konsulko.com wrote:
Update the comment here to refer to PCI_CONFIG_ADDRESS rather than CONFIG_ADDRESS.
Signed-off-by: Tom Rini trini@konsulko.com
include/mpc83xx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com

On Thu, Aug 19, 2021 at 03:15:06PM -0400, Tom Rini wrote:
Update the comment here to refer to PCI_CONFIG_ADDRESS rather than CONFIG_ADDRESS.
Signed-off-by: Tom Rini trini@konsulko.com Reviewed-by: Bin Meng bmeng.cn@gmail.com
Applied to u-boot/next, thanks!
participants (2)
-
Bin Meng
-
Tom Rini