summaryrefslogtreecommitdiff
path: root/include/post.h
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2019-01-21 11:17:28 +0300
committerMario Six <mario.six@gdsys.cc>2019-05-20 14:50:34 +0300
commit61abced70fe5abf59b1a906d395b659ad918b8de (patch)
tree92ce031759d4eee0751d7ee44a4c993eb2b1225c /include/post.h
parentd5cfa4aa5d6422ad654bbc4032361c2367439de8 (diff)
downloadu-boot-61abced70fe5abf59b1a906d395b659ad918b8de.tar.xz
mpc83xx: Introduce ARCH_MPC836*
Replace CONFIG_MPC836* with proper CONFIG_ARCH_MPC836* Kconfig options. Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include/post.h')
-rw-r--r--include/post.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/post.h b/include/post.h
index 08a771e405..eb218acde5 100644
--- a/include/post.h
+++ b/include/post.h
@@ -21,7 +21,7 @@
#define _POST_WORD_ADDR CONFIG_SYS_POST_WORD_ADDR
#else
-#if defined(CONFIG_MPC8360)
+#if defined(CONFIG_ARCH_MPC8360)
#include <linux/immap_qe.h>
#define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CPM_POST_WORD_ADDR)