summaryrefslogtreecommitdiff
path: root/common/bootm.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/bootm.c')
-rw-r--r--common/bootm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bootm.c b/common/bootm.c
index 65999987ff..486ec9f466 100644
--- a/common/bootm.c
+++ b/common/bootm.c
@@ -264,7 +264,7 @@ static int read_fdto_partition(void)
char dtbo_partition[32];
char *s1;
- run_command("get_valid_slot;", 0);
+ //run_command("get_valid_slot;", 0);
s1 = getenv("active_slot");
printf("active_slot is %s\n", s1);
if (strcmp(s1, "normal") == 0) {