summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorZhigang <zhigang.yu@amlogic.com>2018-12-17 12:03:41 +0800
committerDongjin Kim <tobetter@gmail.com>2019-05-16 13:14:50 +0900
commitd79c21247fe6c285e8b988aee55988b88a2b1b86 (patch)
tree2b00e165b1a1c9bd36b3b136b5ff2bd9b00e38b6 /common
parent52c4371732b1690964337824ff8d07dc4bd96480 (diff)
downloadu-boot-odroid-c1-d79c21247fe6c285e8b988aee55988b88a2b1b86.tar.gz
ubootenv: tl1: fixed can not run recovery [1/1]
PD#TV-1638 Problem: can not run into recovery by run recovery_from_flash Solution: add fs_type for run boot and run recovery Verify: passed on tl1_x301_v1 Change-Id: Icf450c44a3ceb872b4bb655007572ab549ad29b4 Signed-off-by: Zhigang <zhigang.yu@amlogic.com>
Diffstat (limited to 'common')
-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) {