diff options
| author | Michal Simek <[email protected]> | 2023-06-05 13:58:59 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-06-19 16:45:36 -0400 |
| commit | bb922ca3eb4b92a27e98fb5d81bf22242e9d4f0e (patch) | |
| tree | 142c42696ab3dfca5f75046de0c5b32b7728724b /include | |
| parent | dd9484a828d268f175d7c54400574d47b2e4f9ab (diff) | |
global: Use proper project name U-Boot (next)
Use proper project name in DTs, messages and READMEs.
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/memory/bcm-ns3-mc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/memory/bcm-ns3-mc.h b/include/dt-bindings/memory/bcm-ns3-mc.h index 84795ec27a4..d2478d9ae31 100644 --- a/include/dt-bindings/memory/bcm-ns3-mc.h +++ b/include/dt-bindings/memory/bcm-ns3-mc.h @@ -28,7 +28,7 @@ #define BCM_NS3_MEM_SHARE_START 0x8d000000 #define BCM_NS3_MEM_SHARE_LEN 0x020fffff -/* ATF/U-boot/Linux error logs */ +/* ATF/U-Boot/Linux error logs */ #define BCM_NS3_MEM_ELOG_START 0x8f113000 #define BCM_NS3_MEM_ELOG_LEN 0x00100000 |
