mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Define FLASHADDR and LOADERRAMADDR for the Avila, so that we can boot a
kernel from the onboard flash.
This commit is contained in:
parent
f96b290333
commit
0dcd646d88
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ ident AVILA
|
|||
options PHYSADDR=0x10000000
|
||||
options KERNPHYSADDR=0x10200000
|
||||
options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
||||
options FLASHADDR=0x50000000
|
||||
options LOADERRAMADDR=0x00000000
|
||||
|
||||
options STARTUP_PAGETABLE_ADDR=0x10000000
|
||||
include "../xscale/ixp425/std.avila"
|
||||
|
|
|
|||
Loading…
Reference in a new issue