]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: remove superfluous setting of arch_number in board specific code.
authorDavid Müller (ELSOFT AG) <d.mueller@elsoft.ch>
Mon, 31 Oct 2011 01:22:07 +0000 (01:22 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 8 Nov 2011 21:46:05 +0000 (22:46 +0100)
Signed-off-by: David Mueller <d.mueller@elsoft.ch>
board/mpl/vcma9/vcma9.c

index e63625bf93130663221c712e23168e82774219ae..9f259c220bfd218dd13e0078474b972e5fd2a6a2 100644 (file)
@@ -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;