From ae59dded8d612c1f893d31d8741f8e7a09166e5d Mon Sep 17 00:00:00 2001 From: York Sun Date: Wed, 16 Nov 2016 11:45:18 -0800 Subject: powerpc: MPC8544DS: Remove macro CONFIG_MPC8544DS Use CONFIG_TARGET_MPC8544DS instead. Signed-off-by: York Sun --- board/freescale/common/pixis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board') diff --git a/board/freescale/common/pixis.h b/board/freescale/common/pixis.h index 9328404ff2e..29a2eeaf697 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; -- cgit v1.2.3