Skip to content
Snippets Groups Projects
Commit 41ea37a6 authored by David Müller (ELSOFT AG)'s avatar David Müller (ELSOFT AG) Committed by Albert ARIBAUD
Browse files

ARM: remove superfluous setting of arch_number in board specific code.

parent 99bd341b
No related branches found
No related tags found
No related merge requests found
...@@ -72,9 +72,6 @@ int board_early_init_f(void) ...@@ -72,9 +72,6 @@ int board_early_init_f(void)
int board_init(void) int board_init(void)
{ {
/* arch number of VCMA9-Board */
gd->bd->bi_arch_number = MACH_TYPE_MPL_VCMA9;
/* adress of boot parameters */ /* adress of boot parameters */
gd->bd->bi_boot_params = 0x30000100; gd->bd->bi_boot_params = 0x30000100;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment