summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/arch-mpc83xx
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2019-01-21 11:17:29 +0300
committerMario Six <mario.six@gdsys.cc>2019-05-20 14:50:34 +0300
commit8439e99ddb54872f124b86f671d10d8a66cf9693 (patch)
tree21bd349343d54b531f902c5434279fabb7a486ae /arch/powerpc/include/asm/arch-mpc83xx
parent61abced70fe5abf59b1a906d395b659ad918b8de (diff)
downloadu-boot-8439e99ddb54872f124b86f671d10d8a66cf9693.tar.xz
mpc83xx: Introduce ARCH_MPC837X
Replace CONFIG_MPC837x with a proper CONFIG_ARCH_MPC837X Kconfig option. Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'arch/powerpc/include/asm/arch-mpc83xx')
-rw-r--r--arch/powerpc/include/asm/arch-mpc83xx/gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/arch-mpc83xx/gpio.h b/arch/powerpc/include/asm/arch-mpc83xx/gpio.h
index 16997316ff..b5ec50ba44 100644
--- a/arch/powerpc/include/asm/arch-mpc83xx/gpio.h
+++ b/arch/powerpc/include/asm/arch-mpc83xx/gpio.h
@@ -9,7 +9,7 @@
#if defined(CONFIG_ARCH_MPC8313) || defined(CONFIG_ARCH_MPC8308) || \
defined(CONFIG_ARCH_MPC8315)
#define MPC83XX_GPIO_CTRLRS 1
-#elif defined(CONFIG_ARCH_MPC834X) || defined(CONFIG_MPC837x)
+#elif defined(CONFIG_ARCH_MPC834X) || defined(CONFIG_ARCH_MPC837X)
#define MPC83XX_GPIO_CTRLRS 2
#else
#define MPC83XX_GPIO_CTRLRS 0