[U-Boot] [PATCH 7/9] ARM: xm250: re-add MACH_TYPE_XM250

2011-11-19 Thread Anatolij Gustschin
MACH_TYPE_XM250 was removed from mach-types.h. Add it to the board config file. Signed-off-by: Anatolij Gustschin --- board/xm250/xm250.c |3 --- include/configs/xm250.h |3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/board/xm250/xm250.c b/board/xm250/xm250.c i

Re: [U-Boot] [PATCH 7/9] ARM: xm250: re-add MACH_TYPE_XM250

2011-11-19 Thread Simon Glass
On Sat, Nov 19, 2011 at 3:59 AM, Anatolij Gustschin wrote: > MACH_TYPE_XM250 was removed from mach-types.h. > Add it to the board config file. > > Signed-off-by: Anatolij Gustschin I built this and it fixes the failure. I did not test on hardware. Acked-by: Simon Glass > --- >  board/xm250/xm