summaryrefslogtreecommitdiffstats
path: root/include/mpc83xx.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>2008-09-24 10:42:15 +0900
committerKim Phillips <kim.phillips@freescale.com>2008-09-24 09:58:34 -0500
commit2fb29c520c42b7bfef33ea3fd1527eba64099164 (patch)
tree0832a05c741031a51792a61f288beee5afb17d98 /include/mpc83xx.h
parent162c41c03179727a1d14262f703c9a8bc40231fa (diff)
downloadblackbird-obmc-uboot-2fb29c520c42b7bfef33ea3fd1527eba64099164.tar.gz
blackbird-obmc-uboot-2fb29c520c42b7bfef33ea3fd1527eba64099164.zip
mpc83xx: Fix typo in include/mpc83xx.h
Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/mpc83xx.h')
-rw-r--r--include/mpc83xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mpc83xx.h b/include/mpc83xx.h
index 5d82bb46f9..7f30d683b9 100644
--- a/include/mpc83xx.h
+++ b/include/mpc83xx.h
@@ -528,7 +528,7 @@
#if defined(CONFIG_MPC834X)
#define HRCWH_ROM_LOC_PCI2 0x00200000
#endif
-#if defined(CONIFG_MPC837X)
+#if defined(CONFIG_MPC837X)
#define HRCWH_ROM_LOC_ON_CHIP_ROM 0x00300000
#endif
#define HRCWH_ROM_LOC_LOCAL_8BIT 0x00500000
OpenPOWER on IntegriCloud