mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
ARM: remove superfluous setting of arch_number in board specific code.
Signed-off-by: David Mueller <d.mueller@elsoft.ch>
This commit is contained in:
parent
99bd341b96
commit
41ea37a654
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue