diff options
| author | Tom Rini <[email protected]> | 2021-08-19 15:15:06 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-08-30 14:13:28 -0400 |
| commit | 0c1b10fecc451f1c0dec740307e7d01c8209af42 (patch) | |
| tree | daf3f7d7622bff7427d70852c35f6f8c3fb0a9b0 /include | |
| parent | b166f0449c41f9fbfdb819fcb67a6aabda7a3a8e (diff) | |
mpc83xx: Update comment
Update the comment here to refer to PCI_CONFIG_ADDRESS rather than
CONFIG_ADDRESS.
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/mpc83xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mpc83xx.h b/include/mpc83xx.h index 71cffa1b0fc..0275b3184ea 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 |
