From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 21 Nov 2011 23:28:47 +0100 Subject: [U-Boot] [PATCH 3/9] ARM: cradle: re-add MACH_TYPE_HHP_CRADLE In-Reply-To: <1321703956-4224-4-git-send-email-agust@denx.de> References: <1321703956-4224-1-git-send-email-agust@denx.de> <1321703956-4224-4-git-send-email-agust@denx.de> Message-ID: <201111212328.47718.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > MACH_TYPE_HHP_CRADLE was removed from mach-types.h. > Add it to the board config file. > > Signed-off-by: Anatolij Gustschin > --- > 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