From 0333cfe618eb3ba8ce1001106bf5c3b9fe9af36e Mon Sep 17 00:00:00 2001 From: Thomas Herzmann Date: Sun, 5 Jun 2011 22:22:13 +0000 Subject: km/common: add test sw starting variable The test SW is started when the test_bank variable is set. Signed-off-by: Thomas Herzmann Signed-off-by: Valentin Longchamp cc: Heiko Schocher cc: Wolfgang Denk Signed-off-by: Holger Brunck --- include/configs/km/keymile-common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/km/keymile-common.h b/include/configs/km/keymile-common.h index 8839ccb920..c40a5417b1 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 -- cgit v1.2.1