summaryrefslogtreecommitdiff
path: root/include/post.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-15 04:34:26 +0300
committerTom Rini <trini@konsulko.com>2021-07-08 02:52:24 +0300
commit1c58857ad7913d618d0d9cde5aaf8a13bc7b0341 (patch)
treee7693a595ffcfc3f97e43b9362633eb535bb4b00 /include/post.h
parented7fe2bee12a464da5b944cc2218d924793b8a80 (diff)
downloadu-boot-1c58857ad7913d618d0d9cde5aaf8a13bc7b0341.tar.xz
ppc: Remove sbc8641d board
This board has not been converted to CONFIG_DM_PCI by the deadline and is also missing conversion to CONFIG_DM. Remove it. This is also the last of the ARCH_MPC8641/MPC8610 platforms, so remove that support as well. Cc: Paul Gortmaker <paul.gortmaker@windriver.com> Cc: Priyanka Jain <priyanka.jain@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/post.h')
-rw-r--r--include/post.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/post.h b/include/post.h
index 5695e2b533..a07a6bc5e2 100644
--- a/include/post.h
+++ b/include/post.h
@@ -29,11 +29,6 @@
#include <asm/immap_85xx.h>
#define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_PIC_OFFSET + \
offsetof(ccsr_pic_t, tfrr))
-
-#elif defined (CONFIG_MPC86xx)
-#include <asm/immap_86xx.h>
-#define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CONFIG_SYS_MPC86xx_PIC_OFFSET + \
- offsetof(ccsr_pic_t, tfrr))
#endif
#ifndef _POST_WORD_ADDR