Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rk3576 Downstream U-Boot
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Frattaroli
Rk3576 Downstream U-Boot
Commits
c2a63f48
Commit
c2a63f48
authored
14 years ago
by
Kumar Gala
Browse files
Options
Downloads
Patches
Plain Diff
powerpc/8xxx: Fix typo for address hashing message
Signed-off-by:
Kumar Gala
<
galak@kernel.crashing.org
>
parent
c7fd27cc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c
+1
-1
1 addition, 1 deletion
arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c
with
1 addition
and
1 deletion
arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c
+
1
−
1
View file @
c2a63f48
...
...
@@ -1305,7 +1305,7 @@ static void set_ddr_eor(fsl_ddr_cfg_regs_t *ddr, const memctl_options_t *popts)
{
if
(
popts
->
addr_hash
)
{
ddr
->
ddr_eor
=
0x40000000
;
/* address hash enable */
puts
(
"Addess hashing enabled.
\n
"
);
puts
(
"Add
r
ess hashing enabled.
\n
"
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment