omap4boot_remove_signature_check.patch (611B)
1 diff --git a/Makefile b/Makefile 2 index 5d4c674..800ca9d 100644 3 --- a/Makefile 4 +++ b/Makefile 5 @@ -85,7 +85,6 @@ M_OBJS += libc/printf.o 6 M_OBJS += libc/strlen.o libc/memset.o libc/memcpy.o 7 M_OBJS += libc/raise.o 8 M_OBJS += aboot.o 9 -M_OBJS += trusted.o 10 M_OBJS += boot.o 11 M_OBJS += misc.o 12 M_LIBS := $(TARGET_LIBGCC) 13 diff --git a/aboot.c b/aboot.c 14 index 6c12694..126e40a 100644 15 --- a/aboot.c 16 +++ b/aboot.c 17 @@ -34,7 +34,7 @@ 18 19 #define WITH_MEMORY_TEST 0 20 #define WITH_FLASH_BOOT 0 21 -#define WITH_SIGNATURE_CHECK 1 22 +#define WITH_SIGNATURE_CHECK 0 23 24 #if WITH_MEMORY_TEST 25 void memtest(void *x, unsigned count) {