mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +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)
|
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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue