Commit 10a30d28 authored by Adam Wujek's avatar Adam Wujek

Makefile: change size when CONFIG_NO_PTPDUMP is not included

Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent 4b7c1518
......@@ -142,7 +142,7 @@ all: tools $(OUTPUT).elf $(arch-files-y)
# we need to remove "ptpdump" support for ppsi if RAM size is small and
# we include etherbone
ifneq ($(CONFIG_RAMSIZE),131072)
ifneq ($(CONFIG_RAMSIZE),196608)
ifdef CONFIG_IP
PPSI_USER_CFLAGS = -DCONFIG_NO_PTPDUMP
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment