From: Thomas Herzmann <[email protected]> The test SW is started when the test_bank variable is set.
Signed-off-by: Thomas Herzmann <[email protected]> Signed-off-by: Valentin Longchamp <[email protected]> cc: Heiko Schocher <[email protected]> cc: Wolfgang Denk <[email protected]> Signed-off-by: Holger Brunck <[email protected]> --- 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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

