From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Tue, 08 Nov 2011 22:47:41 +0100 Subject: [U-Boot] [PATCH 2/2] ARM: remove superfluous setting of arch_number in board specific code. In-Reply-To: <1320060127-12300-2-git-send-email-d.mueller@elsoft.ch> References: <1320060127-12300-1-git-send-email-d.mueller@elsoft.ch> <1320060127-12300-2-git-send-email-d.mueller@elsoft.ch> Message-ID: <4EB9A37D.3020205@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi David, Le 31/10/2011 12:22, David M?ller a ?crit : > Signed-off-by: David Mueller > --- > board/mpl/vcma9/vcma9.c | 3 --- > 1 files changed, 0 insertions(+), 3 deletions(-) > > diff --git a/board/mpl/vcma9/vcma9.c b/board/mpl/vcma9/vcma9.c > index e63625b..9f259c2 100644 > --- a/board/mpl/vcma9/vcma9.c > +++ b/board/mpl/vcma9/vcma9.c > @@ -72,9 +72,6 @@ int board_early_init_f(void) > > int board_init(void) > { > - /* arch number of VCMA9-Board */ > - gd->bd->bi_arch_number = MACH_TYPE_MPL_VCMA9; > - > /* adress of boot parameters */ > gd->bd->bi_boot_params = 0x30000100; > Applied to u-boot-arm/master, thanks! Amicalement, -- Albert.