diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 19:09:07 (GMT) |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-24 07:42:04 (GMT) |
commit | 30411e7cfc5a54856536881b893439dc158023a9 (patch) | |
tree | 433487c8e63c0b3334a0b808fb50422a504c3801 /board/freescale/common/pixis.h | |
parent | 24ad75ae55e7136e958e00380d58c87696216657 (diff) | |
download | u-boot-30411e7cfc5a54856536881b893439dc158023a9.tar.xz |
powerpc: MPC8536DS: Remove macro CONFIG_MPC8536DS
Use CONFIG_TARGET_MPC8536DS 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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/common/pixis.h b/board/freescale/common/pixis.h index 29a2eea..3c59157 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; |