Searched refs:RAM_SIZE (Results 1 – 4 of 4) sorted by relevance
74 #ifndef RAM_SIZE77 #define RAM_SIZE MAX_RAM_SIZE macro79 #define RAM_SIZE (RAM9_BASE - RAM0_BASE) // 0x0008000083 #define RAM_SIZE (RAM3_BASE - RAM0_BASE) // 0x0008000085 #define RAM_SIZE (RAM1_BASE - RAM0_BASE) // 0x00040000
428 export RAM_SIZE ?= 0x280000431 export RAM_SIZE ?= 0x200000449 export RAM_SIZE ?= 0x200000453 export RAM_SIZE ?= $(TOTAL_RAM_SIZE)470 export RAM_SIZE := $(RAM_SIZE)-$(RAMCP_SIZE)-$(RAMCPX_SIZE)471 export RAMCP_BASE ?= 0x20000000+$(RAM_SIZE)472 export RAMCPX_BASE ?= 0x00200000+$(RAM_SIZE)+$(RAMCP_SIZE)
498 ifneq ($(RAM_SIZE),)499 KBUILD_CPPFLAGS += -DRAM_SIZE=$(RAM_SIZE)
10 AFLAGS_startup_main.o += -DRAM_SIZE=$(RAM_SIZE)
Completed in 6 milliseconds