From: Nobuhiro Iwamatsu Date: Wed, 24 Sep 2008 01:42:15 +0000 (+0900) Subject: mpc83xx: Fix typo in include/mpc83xx.h X-Git-Tag: v2008.10-rc3~24^2~1^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2fb29c520c42b7bfef33ea3fd1527eba64099164;p=u-boot mpc83xx: Fix typo in include/mpc83xx.h Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Kim Phillips --- 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