> MACH_TYPE_HHP_CRADLE was removed from mach-types.h. > Add it to the board config file. > > Signed-off-by: Anatolij Gustschin <ag...@denx.de> > --- > board/cradle/cradle.c | 3 --- > include/configs/cradle.h | 3 +++ > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/board/cradle/cradle.c b/board/cradle/cradle.c > index 2bbf2d5..e9f38f8 100644 > --- a/board/cradle/cradle.c > +++ b/board/cradle/cradle.c > @@ -191,9 +191,6 @@ board_init (void) > > led_code (0xf, YELLOW); > > - /* arch number of HHP Cradle */ > - gd->bd->bi_arch_number = MACH_TYPE_HHP_CRADLE; > - > /* adress of boot parameters */ > gd->bd->bi_boot_params = 0xa0000100; > > diff --git a/include/configs/cradle.h b/include/configs/cradle.h > index 25be616..d56deee 100644 > --- a/include/configs/cradle.h > +++ b/include/configs/cradle.h > @@ -35,6 +35,9 @@ > #define CONFIG_PXA250 1 /* This is an PXA250 CPU */ > #define CONFIG_HHP_CRADLE 1 /* on an Cradle Board */ > > +#define MACH_TYPE_HHP_CRADLE 210 > +#define CONFIG_MACH_TYPE MACH_TYPE_HHP_CRADLE > + > #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ > > /* we will never enable dcache, because we have to setup MMU first */
Hey, this thing too ... is the maintainer still alive ? If not, time for a good-bye patch too (according to the MAINTAINERS file, it's time for a good bye patch). M _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot