Skip to content

Commit 53f8214

Browse files
committed
simulator io support
1 parent 30ebee1 commit 53f8214

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

droidboot_platforms

storage/droidboot_gpt.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ partition_parse_gpt_header(const char *buffer, struct gpt_header* header)
101101

102102
droidboot_error droidboot_parse_gpt_on_sd()
103103
{
104-
droidboot_log(DROIDBOOT_LOG_INFO, "Enter droidboot_parse_gpt_on_sd\n");
104+
droidboot_log(DROIDBOOT_LOG_INFO, "Entefr droidboot_parse_gpt_on_sd\n");
105105
abm_settings_blkcnt=0;
106106
#ifdef DROIDBOOT_NO_SD_SUPPORT
107107
userdata_blkcnt=0;
@@ -125,7 +125,7 @@ droidboot_error droidboot_parse_gpt_on_sd()
125125
return DROIDBOOT_ENOENT;
126126
}
127127

128-
droidboot_log(DROIDBOOT_LOG_INFO, "SD card blklen: %d, blkcnt: %d\n", droidboot_sd_blklen(), droidboot_sd_blkcnt());
128+
droidboot_log(DROIDBOOT_LOG_INFO, "SD card blkhlen: %d, blkcnt: %d\n", droidboot_sd_blklen(), droidboot_sd_blkcnt());
129129

130130

131131
// get a dma aligned and padded block to read info

0 commit comments

Comments
 (0)