diff options
| author | Thomas Herzmann <thomas.herzmann@keymile.com> | 2011-06-05 22:22:13 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-07-27 23:43:17 +0200 | 
| commit | 0333cfe618eb3ba8ce1001106bf5c3b9fe9af36e (patch) | |
| tree | dff286d2e0ae47bc412785ec80b54ba12b40e15b | |
| parent | db0bb572d1fd154052c2d7d4685fbee356ed60f4 (diff) | |
| download | olio-uboot-2014.01-0333cfe618eb3ba8ce1001106bf5c3b9fe9af36e.tar.xz olio-uboot-2014.01-0333cfe618eb3ba8ce1001106bf5c3b9fe9af36e.zip | |
km/common: add test sw starting variable
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>
| -rw-r--r-- | 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 8839ccb92..c40a5417b 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 |