Skip to content

Commit 3c77ab6

Browse files
committed
Fix for P1021 stage 1
1 parent 9587620 commit 3c77ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage1/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ CFLAGS+=\
101101

102102
# For printf support (disable NO_PRINTF_UART) and increase WOLFBOOT_STAGE1_SIZE
103103
ifeq ($(ARCH),PPC)
104-
CFLAGS+=-DNO_PRINTF_UART
104+
CFLAGS+=-DNO_PRINTF_UART -DWOLFBOOT_NO_PRINTF
105105
ifeq ($(NO_XIP),1)
106106
# Use PIC (Position Independent Code) for first stage loader
107107
CFLAGS+=-fPIC

0 commit comments

Comments
 (0)