mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 3/3] ARM: i.MX: Skov-imx6: Remove custom env
Date: Mon, 17 May 2021 09:32:55 +0200	[thread overview]
Message-ID: <20210517073256.25684-3-s.hauer@pengutronix.de> (raw)
In-Reply-To: <20210517073256.25684-1-s.hauer@pengutronix.de>

The environment is unused currently. It should either be included using
bbenv-y or not at all. For now remove it.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 arch/arm/boards/skov-imx6/env/init/automount  | 14 --------------
 arch/arm/boards/skov-imx6/env/nv/boot.default |  1 -
 2 files changed, 15 deletions(-)
 delete mode 100644 arch/arm/boards/skov-imx6/env/init/automount
 delete mode 100644 arch/arm/boards/skov-imx6/env/nv/boot.default

diff --git a/arch/arm/boards/skov-imx6/env/init/automount b/arch/arm/boards/skov-imx6/env/init/automount
deleted file mode 100644
index bc9ff48a0a..0000000000
--- a/arch/arm/boards/skov-imx6/env/init/automount
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-if [ "$1" = menu ]; then
-	init-menu-add-entry "$0" "Automountpoints"
-	exit
-fi
-
-# development support
-mkdir -p /mnt/tftp
-automount /mnt/tftp 'ifup eth0 && mount -t tftp $eth0.serverip /mnt/tftp'
-
-# regular SD card based boot procedure
-mkdir -p /mnt/sd
-automount -d /mnt/sd 'mmc2.probe=1 && mount -t ext4 /dev/mmc2.0 /mnt/sd'
diff --git a/arch/arm/boards/skov-imx6/env/nv/boot.default b/arch/arm/boards/skov-imx6/env/nv/boot.default
deleted file mode 100644
index fe1a363da1..0000000000
--- a/arch/arm/boards/skov-imx6/env/nv/boot.default
+++ /dev/null
@@ -1 +0,0 @@
-bootchooser
-- 
2.29.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


      parent reply	other threads:[~2021-05-17  7:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-17  7:32 [PATCH 1/3] ARM: Remove delphi-poc20 dead leftover Sascha Hauer
2021-05-17  7:32 ` [PATCH 2/3] ARM: i.MX: Remove mx31moboard board support Sascha Hauer
2021-05-17  7:32 ` Sascha Hauer [this message]

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=20210517073256.25684-3-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /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