Skip to content

Commit d006202

Browse files
committed
Removed MMU=1 from p1021
1 parent 17a6e3e commit d006202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ ifeq ($(TARGET),nxp_p1021)
836836
ARCH_FLAGS+=-fno-builtin -ffreestanding -nostartfiles
837837
CFLAGS+=$(ARCH_FLAGS)
838838
BIG_ENDIAN=1
839-
CFLAGS+=-DWOLFBOOT_DUALBOOT -DMMU=1
839+
CFLAGS+=-DWOLFBOOT_DUALBOOT
840840
CFLAGS+=-pipe # use pipes instead of temp files
841841
LDFLAGS+=$(ARCH_FLAGS)
842842
LDFLAGS+=-Wl,--as-needed # remove weak functions not used

0 commit comments

Comments
 (0)