We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a6e3e commit d006202Copy full SHA for d006202
1 file changed
arch.mk
@@ -836,7 +836,7 @@ ifeq ($(TARGET),nxp_p1021)
836
ARCH_FLAGS+=-fno-builtin -ffreestanding -nostartfiles
837
CFLAGS+=$(ARCH_FLAGS)
838
BIG_ENDIAN=1
839
- CFLAGS+=-DWOLFBOOT_DUALBOOT -DMMU=1
+ CFLAGS+=-DWOLFBOOT_DUALBOOT
840
CFLAGS+=-pipe # use pipes instead of temp files
841
LDFLAGS+=$(ARCH_FLAGS)
842
LDFLAGS+=-Wl,--as-needed # remove weak functions not used
0 commit comments