[PATCH v2] ARM i.MX6: Add support for SabreSD board

Sascha Hauer s.hauer at pengutronix.de
Mon Feb 11 15:00:21 EST 2013


Hi Hubert,

On Mon, Feb 11, 2013 at 09:55:05AM +0100, Hubert Feurstein wrote:
> Cc: Sascha Hauer <s.hauer at pengutronix.de>
> Cc: Steffen Trumtrar <s.trumtrar at pengutronix.de>
> Signed-off-by: Hubert Feurstein <h.feurstein at gmail.com>
> ---
>  Changes since V1:
>  - rebased on latest master with arm-entry changes
>  - use phy_register_fixup_for_uid to register phy fixup
>  - register SD4 as first mmc device, so it always becomes disk0
>  - add self and env partition
>  - GbE is working with patch 'net fec_imx: add support for i.MX6 1000Mbps mode'
> 

Applied thanks.

> +
> +static int sabresd_mem_init(void)
> +{
> +	arm_add_mem_device("ram0", 0x10000000, SZ_1G);
> +
> +	return 0;
> +}
> +mem_initcall(sabresd_mem_init);

This is not necessary anymore. I removed this while applying. Could you
verify this still works?

Sascha



-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list