Re: [U-Boot] [PATCH 2/3] mxs: Only build internal Ethernet controller for i.MX28

2012-08-19 Thread Marek Vasut
Dear Otavio Salvador, > The internal Ethernet controller is only available on i.MX28 > processors so it needs to use CONFIG_MX28 guardian to avoid having > this code called in others. > > Signed-off-by: Otavio Salvador > --- > arch/arm/cpu/arm926ejs/mxs/mxs.c |2 +- > 1 file changed, 1 inse

[U-Boot] [PATCH 2/3] mxs: Only build internal Ethernet controller for i.MX28

2012-08-19 Thread Otavio Salvador
The internal Ethernet controller is only available on i.MX28 processors so it needs to use CONFIG_MX28 guardian to avoid having this code called in others. Signed-off-by: Otavio Salvador --- arch/arm/cpu/arm926ejs/mxs/mxs.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a