summaryrefslogtreecommitdiff
path: root/board/freescale/common/pixis.h
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-24 01:10:14 +0300
committerYork Sun <york.sun@nxp.com>2016-11-24 10:42:16 +0300
commit37376ae0dc679003aa203fa62353f01f0769d640 (patch)
tree4b26c31afe64d89ff7ae029f8eea70e7f041371b /board/freescale/common/pixis.h
parent4f5554c6e5a457bfd4ba9224f5d362bfdd06ca12 (diff)
downloadu-boot-37376ae0dc679003aa203fa62353f01f0769d640.tar.xz
powerpc: MPC8641HPCN: Remove macro CONFIG_MPC8641HPCN
Use TARGET_MPC8641HPCN from Kconfig instead. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/common/pixis.h')
-rw-r--r--board/freescale/common/pixis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/common/pixis.h b/board/freescale/common/pixis.h
index bb0e65e356..e6e0f66fe3 100644
--- a/board/freescale/common/pixis.h
+++ b/board/freescale/common/pixis.h
@@ -132,7 +132,7 @@ typedef struct pixis {
u8 res4[33];
} __attribute__ ((packed)) pixis_t;
-#elif defined(CONFIG_MPC8641HPCN)
+#elif defined(CONFIG_TARGET_MPC8641HPCN)
typedef struct pixis {
u8 id;
u8 ver;