[msm] initial qsd8k support (tested on qsd8250 surf)
This commit is contained in:
10
target/surf-qsd8k/rules.mk
Normal file
10
target/surf-qsd8k/rules.mk
Normal file
@@ -0,0 +1,10 @@
|
||||
LOCAL_DIR := $(GET_LOCAL_DIR)
|
||||
|
||||
INCLUDES += -I$(LOCAL_DIR)/include
|
||||
|
||||
PLATFORM := qsd8k
|
||||
|
||||
MEMBASE := 0x00000000 # SMI
|
||||
MEMSIZE := 0x00800000 # 8MB
|
||||
|
||||
DEFINES += SDRAM_SIZE=$(MEMSIZE)
|
||||
Reference in New Issue
Block a user