mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Fabio Porcedda <fabio.porcedda@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH v2 next 2/2] ARM at91 telit-evk-pro3: move config-board out of /env/init
Date: Fri, 22 Feb 2013 11:10:42 +0100	[thread overview]
Message-ID: <1361527842-25815-3-git-send-email-fabio.porcedda@gmail.com> (raw)
In-Reply-To: <1361527842-25815-1-git-send-email-fabio.porcedda@gmail.com>

This is to complete the work of two recent commits:
- defenv2: move config-board out of /env/init
- defenv2: comment setting default values in /env/config

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
---
 arch/arm/boards/telit-evk-pro3/env/config-board      | 8 ++++++++
 arch/arm/boards/telit-evk-pro3/env/init/config-board | 8 --------
 2 files changed, 8 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/boards/telit-evk-pro3/env/config-board
 delete mode 100644 arch/arm/boards/telit-evk-pro3/env/init/config-board

diff --git a/arch/arm/boards/telit-evk-pro3/env/config-board b/arch/arm/boards/telit-evk-pro3/env/config-board
new file mode 100644
index 0000000..741b902
--- /dev/null
+++ b/arch/arm/boards/telit-evk-pro3/env/config-board
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# board defaults, do not change in running system. Change /env/config
+# instead
+
+global.hostname=evk-pro3
+global.linux.bootargs.base="console=ttyS0,115200"
+global.boot.default=nand-ubi
diff --git a/arch/arm/boards/telit-evk-pro3/env/init/config-board b/arch/arm/boards/telit-evk-pro3/env/init/config-board
deleted file mode 100644
index 741b902..0000000
--- a/arch/arm/boards/telit-evk-pro3/env/init/config-board
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# board defaults, do not change in running system. Change /env/config
-# instead
-
-global.hostname=evk-pro3
-global.linux.bootargs.base="console=ttyS0,115200"
-global.boot.default=nand-ubi
-- 
1.8.1.1


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

  parent reply	other threads:[~2013-02-22 10:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-22 10:10 [PATCH v2 next 0/2] defenv2: complete " Fabio Porcedda
2013-02-22 10:10 ` [PATCH v2 next 1/2] defenv2: comment setting default values in /env/config Fabio Porcedda
2013-02-22 10:54   ` Fabio Porcedda
2013-02-23 13:26   ` Alexander Aring
2013-02-23 14:20     ` Fabio Porcedda
2013-02-23 14:37     ` Sascha Hauer
2013-02-23 16:47       ` Alexander Aring
2013-02-25 11:22       ` Fabio Porcedda
2013-02-22 10:10 ` Fabio Porcedda [this message]
2013-02-23 13:01 ` [PATCH v2 next 0/2] defenv2: complete move config-board out of /env/init Sascha Hauer
2013-02-23 14:25   ` Fabio Porcedda

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=1361527842-25815-3-git-send-email-fabio.porcedda@gmail.com \
    --to=fabio.porcedda@gmail.com \
    --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