summaryrefslogtreecommitdiff
path: root/board/freescale/common
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-23 22:07:01 (GMT)
committerYork Sun <york.sun@nxp.com>2016-11-24 07:42:16 (GMT)
commit51f05ff91408fc992cf7721904e18f8f9a980332 (patch)
tree17ca82cbc7948bb544b4d2dd5abee4f54b48117c /board/freescale/common
parent1425a87b1478bdb2620a46f2a23af7ca2e4b6073 (diff)
downloadu-boot-51f05ff91408fc992cf7721904e18f8f9a980332.tar.xz
powerpc: MPC8610HPCD: Remove macro CONFIG_MPC8610HPCD
Use TARGET_MPC8610HPCD from Kconfig instead. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/common')
-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 df3cc09..bb0e65e 100644
--- a/board/freescale/common/pixis.h
+++ b/board/freescale/common/pixis.h
@@ -102,7 +102,7 @@ typedef struct pixis {
u8 res4[25];
} __attribute__ ((packed)) pixis_t;
-#elif defined(CONFIG_MPC8610HPCD)
+#elif defined(CONFIG_TARGET_MPC8610HPCD)
typedef struct pixis {
u8 id;
u8 ver; /* also called arch */