mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
hw: Change link address for Panda
Don't load image at beginning of RAM, this may cause u-boot to show unpredictable behavior.
This commit is contained in:
parent
e90c77da89
commit
1295d5e062
@ -8,7 +8,7 @@
|
||||
SPECS += hw platform_panda
|
||||
|
||||
# set address where to link the text segment at
|
||||
LD_TEXT_ADDR ?= 0x80000000
|
||||
LD_TEXT_ADDR ?= 0x81000000
|
||||
|
||||
# include implied specs
|
||||
include $(call select_from_repositories,mk/spec-hw.mk)
|
||||
|
Loading…
x
Reference in New Issue
Block a user