diff options
-rw-r--r-- | mkubootenv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mkubootenv.c b/mkubootenv.c index f8b0bbc..598d95a 100644 --- a/mkubootenv.c +++ b/mkubootenv.c @@ -308,6 +308,9 @@ int main(int argc, char **argv) found_data_end = true; } + if (!found_data_end) + warn("No end of list delimiter found in source file\n"); + /* calculate the plain text file size */ t.size = p - (s.ptr + CRC32_SIZE); if (uboot_env_prepare_target(&t)) |