We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9587620 commit 3c77ab6Copy full SHA for 3c77ab6
stage1/Makefile
@@ -101,7 +101,7 @@ CFLAGS+=\
101
102
# For printf support (disable NO_PRINTF_UART) and increase WOLFBOOT_STAGE1_SIZE
103
ifeq ($(ARCH),PPC)
104
- CFLAGS+=-DNO_PRINTF_UART
+ CFLAGS+=-DNO_PRINTF_UART -DWOLFBOOT_NO_PRINTF
105
ifeq ($(NO_XIP),1)
106
# Use PIC (Position Independent Code) for first stage loader
107
CFLAGS+=-fPIC
0 commit comments