[U-Boot] [PATCH 09/10] 85xx: Add eSDHC support for 8536 DS

Liu Dave-R63238 DaveLiu at freescale.com
Sat Nov 1 04:47:33 CET 2008


> +int board_early_init_f (void)
> +{
> +	volatile u32 *pmuxcr = (u32 *)(CONFIG_SYS_IMMR + 0xe0060);
> +	u32 val;
> +
> +	val = *pmuxcr;
> +	val |= 0x60000000;
> +	*pmuxcr = val;
> +
> +	return 0;
> +}
> +

Andy, How about using the in/out_be32 for this?

Thanks,
Dave


More information about the U-Boot mailing list