File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -829,7 +829,7 @@ static int RAMFUNCTION wolfBoot_update(int fallback_allowed)
829829 if (wolfBoot_check_flash_image_elf (PART_BOOT , & entry ) < 0 ) {
830830 wolfBoot_printf ("ELF Scattered image digest check: failed. Restoring "
831831 "scattered image...\n" );
832- wolfBoot_load_flash_image_elf (base , & entry , PART_IS_EXT (boot ));
832+ wolfBoot_load_flash_image_elf (PART_BOOT , & entry , PART_IS_EXT (boot ));
833833 if (wolfBoot_check_flash_image_elf (PART_BOOT , & entry ) < 0 ) {
834834 wolfBoot_printf (
835835 "Fatal: Could not verify digest after scattering. Panic().\n" );
Original file line number Diff line number Diff line change 33CC = gcc
44LD = gcc
55CFLAGS = -Wall -Wextra -Werror
6- LDFLAGS = -lelf
6+ LDFLAGS =
77TARGET = squashelf
88CFLAGS_EXTRA = # Allow additional flags to be passed via command line
99
You can’t perform that action at this time.
0 commit comments