mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-21 04:36:18 -04:00
powerpc/8xxx: Fix typo for address hashing message
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
c7fd27ccfb
commit
c2a63f48fb
@ -1305,7 +1305,7 @@ static void set_ddr_eor(fsl_ddr_cfg_regs_t *ddr, const memctl_options_t *popts)
|
|||||||
{
|
{
|
||||||
if (popts->addr_hash) {
|
if (popts->addr_hash) {
|
||||||
ddr->ddr_eor = 0x40000000; /* address hash enable */
|
ddr->ddr_eor = 0x40000000; /* address hash enable */
|
||||||
puts("Addess hashing enabled.\n");
|
puts("Address hashing enabled.\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user