All of lore.kernel.org
 help / color / mirror / Atom feed
From: Holger Brunck <holger.brunck@keymile.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 02/10] km/common: add test sw starting variable
Date: Mon,  6 Jun 2011 10:22:13 +0200	[thread overview]
Message-ID: <1307348541-2466-3-git-send-email-holger.brunck@keymile.com> (raw)
In-Reply-To: <1307348541-2466-1-git-send-email-holger.brunck@keymile.com>

From: Thomas Herzmann <thomas.herzmann@keymile.com>

The test SW is started when the test_bank variable is set.

Signed-off-by: Thomas Herzmann <thomas.herzmann@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Heiko Schocher <hs@denx.de>
cc: Wolfgang Denk <wd@denx.de>
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
---
 include/configs/km/keymile-common.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/configs/km/keymile-common.h b/include/configs/km/keymile-common.h
index 8839ccb..c40a541 100644
--- a/include/configs/km/keymile-common.h
+++ b/include/configs/km/keymile-common.h
@@ -223,6 +223,8 @@
 	"backup_bank=0\0"						\
 	"release=run newenv; reset\0"					\
 	"pnvramsize=" xstr(CONFIG_KM_PNVRAM) "\0"			\
+	"testbootcmd=setenv boot_bank ${test_bank}; "			\
+		"run ${subbootcmds}; reset\0"				\
 	""
 
 #ifndef CONFIG_KM_DEF_ENV
-- 
1.7.1

  parent reply	other threads:[~2011-06-06  8:22 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-06  8:22 [U-Boot] [PATCH 00/10] updates for common keymile code Holger Brunck
2011-06-06  8:22 ` [U-Boot] [PATCH 01/10] km/common: rework and simplify default environment Holger Brunck
2011-07-05  7:27   ` [U-Boot] [PATCH v2 " Holger Brunck
2011-07-27 21:43     ` Wolfgang Denk
2011-06-06  8:22 ` Holger Brunck [this message]
2011-07-27 21:43   ` [U-Boot] [PATCH 02/10] km/common: add test sw starting variable Wolfgang Denk
2011-06-06  8:22 ` [U-Boot] [PATCH 03/10] km/common: simplify debug environment Holger Brunck
2011-07-05  7:52   ` [U-Boot] [PATCH v2 " Holger Brunck
2011-07-27 21:43     ` Wolfgang Denk
2011-06-06  8:22 ` [U-Boot] [PATCH 04/10] km/common: remove obsolete defines and header Holger Brunck
2011-07-27 21:44   ` Wolfgang Denk
2011-06-06  8:22 ` [U-Boot] [PATCH 05/10] km/common: force set ethaddr after reading IVM Holger Brunck
2011-07-27 21:44   ` Wolfgang Denk
2011-06-06  8:22 ` [U-Boot] [PATCH 06/10] km/common: remove saveenv from do_checkboardidhwkey Holger Brunck
2011-07-27 21:44   ` Wolfgang Denk
2011-06-06  8:22 ` [U-Boot] [PATCH 07/10] km/common: move ivm functions from to ivm.c Holger Brunck
2011-07-27 21:44   ` Wolfgang Denk
2011-06-06  8:22 ` [U-Boot] [PATCH 08/10] km/common: remove fdt_(gs)et_node_and_value Holger Brunck
2011-07-27 21:44   ` Wolfgang Denk
2011-06-06  8:22 ` [U-Boot] [PATCH 09/10] powerpc/km82xx: remove 82xx specific functions from common.c Holger Brunck
2011-07-27 21:45   ` Wolfgang Denk
2011-06-06  8:22 ` [U-Boot] [PATCH 10/10] km/common: enable cramfs and cramfs cmdline Holger Brunck
2011-07-27 21:45   ` Wolfgang Denk

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=1307348541-2466-3-git-send-email-holger.brunck@keymile.com \
    --to=holger.brunck@keymile.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 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.