From 51f05ff91408fc992cf7721904e18f8f9a980332 Mon Sep 17 00:00:00 2001 From: York Sun Date: Wed, 23 Nov 2016 14:07:01 -0800 Subject: powerpc: MPC8610HPCD: Remove macro CONFIG_MPC8610HPCD Use TARGET_MPC8610HPCD from Kconfig instead. Signed-off-by: York Sun --- board/freescale/common/pixis.h | 2 +- include/configs/MPC8610HPCD.h | 1 - scripts/config_whitelist.txt | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/board/freescale/common/pixis.h b/board/freescale/common/pixis.h index df3cc09b9c2..bb0e65e3565 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 */ diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h index b71a0f5130e..75693a0423a 100644 --- a/include/configs/MPC8610HPCD.h +++ b/include/configs/MPC8610HPCD.h @@ -12,7 +12,6 @@ #define __CONFIG_H /* High Level Configuration Options */ -#define CONFIG_MPC8610HPCD 1 /* MPC8610HPCD board specific */ #define CONFIG_LINUX_RESET_VEC 0x100 /* Reset vector used by Linux */ #define CONFIG_SYS_TEXT_BASE 0xfff00000 diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index e5e91d9a5a4..75fe00b7eaf 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -3146,7 +3146,6 @@ CONFIG_MPC85XX_FEC_NAME CONFIG_MPC85XX_PCI2 CONFIG_MPC860 CONFIG_MPC860T -CONFIG_MPC8610HPCD CONFIG_MPC862 CONFIG_MPC8641 CONFIG_MPC8641HPCN -- cgit v1.2.3