diff --git a/options.mk b/options.mk index 45e29239..31c300d3 100644 --- a/options.mk +++ b/options.mk @@ -824,6 +824,7 @@ ifeq ($(BOOT_BENCHMARK),1) endif ifeq ($(ALLOW_DOWNGRADE),1) + $(warning ALLOW_DOWNGRADE=1 disables anti-rollback enforcement; signed older firmware images can replace newer ones) CFLAGS+= -D"ALLOW_DOWNGRADE" endif