All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jorge Ramirez-Ortiz, Gmail <jorge.ramirez.ortiz@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 2/8] ARM: dragonboard820c: Disable network support
Date: Sun, 4 Apr 2021 22:20:05 +0200	[thread overview]
Message-ID: <20210404202005.GA17070@trex> (raw)
In-Reply-To: <20210402214801.1159432-2-pbrobinson@gmail.com>

On 02/04/21, Peter Robinson wrote:
> There's not currently any network support on the 820c but
> the minor network config still triggers the DM_ETH warning
> even though there's no even a USB network interface so lets
> disable network support to mitigate the warning.
> 
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> Cc: Jorge Ramirez-Ortiz <jorge.ramirez.ortiz@gmail.com>
> ---
>  configs/dragonboard820c_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/dragonboard820c_defconfig b/configs/dragonboard820c_defconfig
> index 13cffd9713..6489376a34 100644
> --- a/configs/dragonboard820c_defconfig
> +++ b/configs/dragonboard820c_defconfig
> @@ -14,6 +14,7 @@ CONFIG_BOOTARGS="console=ttyMSM0,115200n8"
>  # CONFIG_DISPLAY_BOARDINFO is not set
>  CONFIG_MISC_INIT_R=y
>  CONFIG_SYS_PROMPT="dragonboard820c => "
> +# CONFIG_NET is not set

yeah, looks good to me. In the past - at the time support was added -
I think NET was required for sysconf boot (IIRC was combined with pxe
but I could be wrong)

>  CONFIG_CMD_BOOTEFI_HELLO=y
>  CONFIG_CMD_MD5SUM=y
>  CONFIG_CMD_MEMINFO=y

btw I tried to boot the tip of u-boot and mmc is not recognized after
boot (so maybe some pinctrl issue lurking).


> -- 
> 2.31.1
> 

  reply	other threads:[~2021-04-04 20:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-02 21:47 [PATCH 1/8] ARM: dragonboard410c: Enable DM_ETH Peter Robinson
2021-04-02 21:47 ` [PATCH 2/8] ARM: dragonboard820c: Disable network support Peter Robinson
2021-04-04 20:20   ` Jorge [this message]
2021-04-02 21:47 ` [PATCH 3/8] ARM: odroid-xu3: Enable DM_ETH Peter Robinson
2021-04-04 23:22   ` Jaehoon Chung
2021-04-02 21:47 ` [PATCH 4/8] ARM: odroid: " Peter Robinson
2021-04-06 22:54   ` Jaehoon Chung
2021-04-02 21:47 ` [PATCH 5/8] ARM: Rock: Disable network support Peter Robinson
2021-04-07  3:21   ` Kever Yang
2021-04-02 21:47 ` [PATCH 6/8] ARM: geekbox: Enable the rk3368 network driver Peter Robinson
2021-04-07  3:20   ` [PATCH 6/8] ARM: geekbox: Enable the rk3368 network driver【请注意,邮件由u-boot-bounces@lists.denx.de代发】 Kever Yang
2021-04-02 21:48 ` [PATCH 7/8] ARM: sheep-rk3368: Enable the rk3368 network driver Peter Robinson
2021-04-07  3:20   ` Kever Yang
2021-04-02 21:48 ` [PATCH 8/8] ARM: CHIP: Enable DM_USB Peter Robinson
2021-04-15  2:05 ` [PATCH 1/8] ARM: dragonboard410c: Enable DM_ETH Ramon Fried

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=20210404202005.GA17070@trex \
    --to=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.