summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-03-18 11:53:06 -0500
committerKumar Gala <galak@kernel.crashing.org>2011-04-04 09:24:43 -0500
commitc2a63f48fb6cc5e242133dacb5a9bcb8c29db53e (patch)
tree4f7d554a20dcef4166feeb8ad108186ec200be3b /arch
parentc7fd27ccfb3225ffaf2ad88c44a89eeccc1008ac (diff)
downloadblackbird-obmc-uboot-c2a63f48fb6cc5e242133dacb5a9bcb8c29db53e.tar.gz
blackbird-obmc-uboot-c2a63f48fb6cc5e242133dacb5a9bcb8c29db53e.zip
powerpc/8xxx: Fix typo for address hashing message
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c b/arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c
index ee7ef0f214..02d069c9ec 100644
--- a/arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c
+++ b/arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c
@@ -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");
}
}
OpenPOWER on IntegriCloud