summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2019-01-21 11:17:26 +0300
committerMario Six <mario.six@gdsys.cc>2019-05-20 14:50:34 +0300
commitbd3b867eb988b6796909765310cd2ae8b2b3cd94 (patch)
treeb2eb3d0209f29f7fdbc7a838f7321c12a6648ee0 /arch/powerpc/include/asm
parent9403fc41c71fc4146ab0e890ed90b28fc053791f (diff)
downloadu-boot-bd3b867eb988b6796909765310cd2ae8b2b3cd94.tar.xz
mpc83xx: Introduce ARCH_MPC832*
Replace CONFIG_MPC832* with proper CONFIG_ARCH_MPC832* Kconfig options. Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'arch/powerpc/include/asm')
-rw-r--r--arch/powerpc/include/asm/immap_83xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/immap_83xx.h b/arch/powerpc/include/asm/immap_83xx.h
index d22d887bab..318b79d0b8 100644
--- a/arch/powerpc/include/asm/immap_83xx.h
+++ b/arch/powerpc/include/asm/immap_83xx.h
@@ -843,7 +843,7 @@ typedef struct immap {
u8 qe[0x100000]; /* QE block */
} immap_t;
-#elif defined(CONFIG_MPC832x)
+#elif defined(CONFIG_ARCH_MPC832X)
typedef struct immap {
sysconf83xx_t sysconf; /* System configuration */
wdt83xx_t wdt; /* Watch Dog Timer (WDT) Registers */