[U-Boot] [PATCH 2/2] ARM: remove superfluous setting of arch_number in board specific code.
David Müller
d.mueller at elsoft.ch
Mon Oct 31 12:22:07 CET 2011
Signed-off-by: David Mueller <d.mueller at elsoft.ch>
---
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;
--
1.7.4.4
More information about the U-Boot
mailing list