From 30411e7cfc5a54856536881b893439dc158023a9 Mon Sep 17 00:00:00 2001 From: York Sun Date: Wed, 16 Nov 2016 11:09:07 -0800 Subject: powerpc: MPC8536DS: Remove macro CONFIG_MPC8536DS Use CONFIG_TARGET_MPC8536DS instead. Signed-off-by: York Sun --- board/freescale/common/Makefile | 2 +- board/freescale/common/pixis.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'board/freescale/common') diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile index c131ed9f9cc..db36e53f1c7 100644 --- a/board/freescale/common/Makefile +++ b/board/freescale/common/Makefile @@ -49,7 +49,7 @@ obj-$(CONFIG_MPC8541CDS) += cds_pci_ft.o obj-$(CONFIG_TARGET_MPC8548CDS) += cds_pci_ft.o obj-$(CONFIG_MPC8555CDS) += cds_pci_ft.o -obj-$(CONFIG_MPC8536DS) += ics307_clk.o +obj-$(CONFIG_TARGET_MPC8536DS) += ics307_clk.o obj-$(CONFIG_MPC8572DS) += ics307_clk.o obj-$(CONFIG_P1022DS) += ics307_clk.o obj-$(CONFIG_P2020DS) += ics307_clk.o diff --git a/board/freescale/common/pixis.h b/board/freescale/common/pixis.h index 29a2eeaf697..3c5915711c9 100644 --- a/board/freescale/common/pixis.h +++ b/board/freescale/common/pixis.h @@ -7,7 +7,7 @@ #define __PIXIS_H_ 1 /* PIXIS register set. */ -#if defined(CONFIG_MPC8536DS) +#if defined(CONFIG_TARGET_MPC8536DS) typedef struct pixis { u8 id; u8 ver; -- cgit v1.2.3