* commit '7803fde3744305dc916b5197559da352a609d79b': Change LIBART_IMG_TARGET_BASE_ADDRESS to 0x70000000
This commit is contained in:
commit
376c686d7e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ LIBART_IMG_HOST_BASE_ADDRESS := 0x60000000
|
|||
ifeq ($(TARGET_ARCH),mips)
|
||||
LIBART_IMG_TARGET_BASE_ADDRESS := 0x30000000
|
||||
else
|
||||
LIBART_IMG_TARGET_BASE_ADDRESS := 0x60000000
|
||||
LIBART_IMG_TARGET_BASE_ADDRESS := 0x70000000
|
||||
endif
|
||||
|
||||
########################################################################
|
||||
|
|
Loading…
Reference in a new issue