summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/immap_83xx.h
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/immap_83xx.h
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/immap_83xx.h')
-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 f6721e7b1d..30bbd5671b 100644
--- a/arch/powerpc/include/asm/immap_83xx.h
+++ b/arch/powerpc/include/asm/immap_83xx.h
@@ -759,7 +759,7 @@ typedef struct immap {
u8 res12[0x1CF00];
} immap_t;
-#elif defined(CONFIG_MPC837x)
+#elif defined(CONFIG_ARCH_MPC837X)
typedef struct immap {
sysconf83xx_t sysconf; /* System configuration */
wdt83xx_t wdt; /* Watch Dog Timer (WDT) Registers */