Skip to content
Snippets Groups Projects
Commit c2a63f48 authored by Kumar Gala's avatar Kumar Gala
Browse files

powerpc/8xxx: Fix typo for address hashing message


Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent c7fd27cc
No related branches found
No related tags found
No related merge requests found
......@@ -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("Address hashing enabled.\n");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment