summaryrefslogtreecommitdiff
path: root/board/freescale/common/pixis.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-10 05:42:53 +0300
committerTom Rini <trini@konsulko.com>2021-02-15 18:15:48 +0300
commit41bacbe142024c6bb26e7ca233d6e845ba1f56ac (patch)
tree421c6ed69bf54bad64c9916781b34003ff900caa /board/freescale/common/pixis.h
parent2dce44980154914ed4b868de61ea6c9afe6216ef (diff)
downloadu-boot-41bacbe142024c6bb26e7ca233d6e845ba1f56ac.tar.xz
ppc: Remove MPC8610HPCD board
This board relies on using CONFIG_LIBATA but does not enable CONFIG_AHCI. The deadline for this conversion was the v2019.07 release. The use of CONFIG_AHCI requires CONFIG_DM. The deadline for this conversion was v2020.01. Remove this board. Cc: Priyanka Jain <priyanka.jain@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'board/freescale/common/pixis.h')
-rw-r--r--board/freescale/common/pixis.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/board/freescale/common/pixis.h b/board/freescale/common/pixis.h
index 7b1c973520..474ae56d44 100644
--- a/board/freescale/common/pixis.h
+++ b/board/freescale/common/pixis.h
@@ -45,36 +45,6 @@ typedef struct pixis {
u8 res2[4];
} __attribute__ ((packed)) pixis_t;
-#elif defined(CONFIG_TARGET_MPC8610HPCD)
-typedef struct pixis {
- u8 id;
- u8 ver; /* also called arch */
- u8 pver;
- u8 csr;
- u8 rst;
- u8 pwr;
- u8 aux;
- u8 spd;
- u8 brdcfg0;
- u8 brdcfg1;
- u8 res[4];
- u8 led;
- u8 serno;
- u8 vctl;
- u8 vstat;
- u8 vcfgen0;
- u8 vcfgen1;
- u8 vcore0;
- u8 res1;
- u8 vboot;
- u8 vspeed[2];
- u8 res2;
- u8 sclk[3];
- u8 res3;
- u8 watch;
- u8 res4[33];
-} __attribute__ ((packed)) pixis_t;
-
#elif defined(CONFIG_TARGET_MPC8641HPCN)
typedef struct pixis {
u8 id;