On 12/15/2017 12:15 AM, Philippe Mathieu-Daudé wrote:
> +static const struct sdhci_t {
> +    const char *arch;
> +    const char *machine;
> +    struct {
> +        uintptr_t addr;
> +        uint8_t version;
> +    } sdhci;
> +} models[] = {
> +    { "arm",    "smdkc210",
> +        {0x12510000, 2} },
> +    { "arm",    "sabrelite",
> +        {0x02190000, 3} },
> +    { "arm",    "raspi2",           /* bcm2835 */
> +        {0x3f300000, 3} },
> +    { "arm",    "xilinx-zynq-a9",   /* exynos4210 */

Just noticed this comment is for the smdkc210 above,
I'll fix in respin.

> +        {0xe0100000, 3} },
> +};

Reply via email to