From: David Lechner <david@lechnology.com>
To: u-boot@lists.denx.de
Subject: [PATCH 2/4] ARM: legoev3: drop bi_arch_number
Date: Mon, 11 Jan 2021 13:24:45 -0600 [thread overview]
Message-ID: <20210111192447.1626473-3-david@lechnology.com> (raw)
In-Reply-To: <20210111192447.1626473-1-david@lechnology.com>
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: David Lechner <david@lechnology.com>
---
board/lego/ev3/legoev3.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/board/lego/ev3/legoev3.c b/board/lego/ev3/legoev3.c
index 9ef3e12ce8..e30e2e82df 100644
--- a/board/lego/ev3/legoev3.c
+++ b/board/lego/ev3/legoev3.c
@@ -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;
--
2.25.1
next prev parent reply other threads:[~2021-01-11 19:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-11 19:24 [PATCH 0/4] LEGO MINDSTORMS EV3 updates David Lechner
2021-01-11 19:24 ` [PATCH 1/4] ARM: legoev3: set serial# env var David Lechner
2021-01-11 19:24 ` David Lechner [this message]
2021-01-11 19:24 ` [PATCH 3/4] configs: legoev3: disable CONFIG_NET David Lechner
2021-01-11 19:24 ` [PATCH 4/4] configs: legoev3: disable non-Linux boot options David Lechner
2021-01-18 4:16 ` [PATCH 0/4] LEGO MINDSTORMS EV3 updates Lokesh Vutla
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210111192447.1626473-3-david@lechnology.com \
--to=david@lechnology.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox