Skip to content
Snippets Groups Projects
Commit f4e2c10a authored by David Lechner's avatar David Lechner Committed by Lokesh Vutla
Browse files

ARM: legoev3: drop bi_arch_number


This drops assigning bi_arch_number on LEGO MINDSTORMS EV3. This board
never had its own unique number and since we are using device tree,
we no longer need to pass an arch number to Linux.

Signed-off-by: default avatarDavid Lechner <david@lechnology.com>
parent 68432b5d
No related branches found
No related tags found
No related merge requests found
......@@ -116,10 +116,6 @@ int board_init(void)
{
irq_init();
/* arch number of the board */
/* LEGO didn't register for a unique number and uses da850evm */
gd->bd->bi_arch_number = MACH_TYPE_DAVINCI_DA850_EVM;
/* address of boot parameters */
gd->bd->bi_boot_params = LINUX_BOOT_PARAM_ADDR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment