mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 15:36:42 +00:00
[FREELDR]: Set load address for ZOOM2, and differentiate Beagle vs ZOOM2.
svn path=/trunk/; revision=49746
This commit is contained in:
parent
262a3a7945
commit
14e2c790ab
1 changed files with 5 additions and 1 deletions
|
@ -9,9 +9,13 @@
|
|||
<property name="BASEADDRESS_FREELDR" value="0x8000" />
|
||||
</if>
|
||||
<if property="ARCH" value="arm">
|
||||
<if property="SARCH" value="omap3">
|
||||
<if property="SARCH" value="omap3-beagle">
|
||||
<property name="BASEADDRESS_FREELDR" value="0x80FFF000" />
|
||||
</if>
|
||||
<if property="SARCH" value="omap3-zoom2">
|
||||
<define name="_ZOOM2_" />
|
||||
<property name="BASEADDRESS_FREELDR" value="0x8106F000" />
|
||||
</if>
|
||||
<if property="SARCH" value="versatile">
|
||||
<property name="BASEADDRESS_FREELDR" value="0x0001F000" />
|
||||
</if>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue