[make] make sure MEMBASE and MEMSIZE are always set exactly once
This commit is contained in:
@@ -32,10 +32,6 @@ MODULE_DEPS += \
|
||||
MEMBASE := 0x0
|
||||
MEMSIZE := 0x400000 # 4MB
|
||||
|
||||
GLOBAL_DEFINES += \
|
||||
MEMBASE=$(MEMBASE) \
|
||||
MEMSIZE=$(MEMSIZE)
|
||||
|
||||
LINKER_SCRIPT += \
|
||||
$(BUILDDIR)/system-onesegment.ld
|
||||
|
||||
|
||||
Reference in New Issue
Block a user