summaryrefslogtreecommitdiff
path: root/board/freescale/common/pixis.h
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-16 22:45:18 +0300
committerYork Sun <york.sun@nxp.com>2016-11-24 10:42:03 +0300
commitae59dded8d612c1f893d31d8741f8e7a09166e5d (patch)
tree0962b3d7b95ac43184b7a80be08cb7ed525b464c /board/freescale/common/pixis.h
parent25cb74b30aa1aafe8c20bb9c71619f0711d0c8a5 (diff)
downloadu-boot-ae59dded8d612c1f893d31d8741f8e7a09166e5d.tar.xz
powerpc: MPC8544DS: Remove macro CONFIG_MPC8544DS
Use CONFIG_TARGET_MPC8544DS 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 9328404ff2..29a2eeaf69 100644
--- a/board/freescale/common/pixis.h
+++ b/board/freescale/common/pixis.h
@@ -46,7 +46,7 @@ typedef struct pixis {
u8 res2[4];
} __attribute__ ((packed)) pixis_t;
-#elif defined(CONFIG_MPC8544DS)
+#elif defined(CONFIG_TARGET_MPC8544DS)
typedef struct pixis {
u8 id;
u8 ver;