diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2016-11-02 23:44:30 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2016-11-02 23:44:30 +0000 |
| commit | 47a4ca603bd4292e6583c077c37447ec342fff4d (patch) | |
| tree | ed33f6bcc02a6bbcc8b3738027355d4c7ae05f40 /sys/dev | |
| parent | e8f58f1fb8b68f9c610f1c6a895458a11643c734 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sdhci/fsl_sdhci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/sdhci/fsl_sdhci.c b/sys/dev/sdhci/fsl_sdhci.c index 44694255b925..4e667bd04b73 100644 --- a/sys/dev/sdhci/fsl_sdhci.c +++ b/sys/dev/sdhci/fsl_sdhci.c @@ -869,12 +869,10 @@ fsl_sdhci_attach(device_t dev) * * XXX need named constants for this stuff. */ -#ifdef __powerpc__ /* P1022 has the '*_BRST_LEN' fields as reserved, always reading 0x10 */ if (ofw_bus_is_compatible(dev, "fsl,p1022-esdhc")) WR4(sc, SDHC_WTMK_LVL, 0x10801080); else -#endif WR4(sc, SDHC_WTMK_LVL, 0x08800880); /* |
