Index: board/sandpoint/config.mk Index: common/cmd_bootm.c =================================================================== RCS file: /e/u/j/local-repository/u-boot/common/cmd_bootm.c,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 cmd_bootm.c --- common/cmd_bootm.c 25 May 2007 14:04:42 -0000 1.1.1.1 +++ common/cmd_bootm.c 25 May 2007 15:48:35 -0000 @@ -242,7 +242,7 @@ len_ptr = (ulong *)data; -#if defined(__PPC__) +#if defined(__PPC__) || defined(__powerpc__) if (hdr->ih_arch != IH_CPU_PPC) #elif defined(__ARM__) if (hdr->ih_arch != IH_CPU_ARM) Index: cpu/mpc824x/Makefile =================================================================== RCS file: /e/u/j/local-repository/u-boot/cpu/mpc824x/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- cpu/mpc824x/Makefile 25 May 2007 14:04:50 -0000 1.1.1.1 +++ cpu/mpc824x/Makefile 25 May 2007 15:36:36 -0000 @@ -44,7 +44,7 @@ $(AR) $(ARFLAGS) $@ $(OBJS) $(obj)bedbug_603e.c: - ln -s $(src)../mpc8260/bedbug_603e.c $(obj)bedbug_603e.c + ln -fs $(src)../mpc8260/bedbug_603e.c $(obj)bedbug_603e.c #########################################################################