mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
c08ce26e98
s3c24x0 copy of initarm expects the kernel to be loaded there. Approved by: imp (mentor)
11 lines
257 B
Plaintext
11 lines
257 B
Plaintext
#$FreeBSD$
|
|
include "../s3c2xx0/std.s3c2410"
|
|
|
|
makeoptions KERNPHYSADDR=0x30000000
|
|
makeoptions KERNVIRTADDR=0xc0000000
|
|
options KERNPHYSADDR=0x30000000
|
|
options KERNVIRTADDR=0xc0000000
|
|
options PHYSADDR=0x30000000
|
|
options STARTUP_PAGETABLE_ADDR=0x30800000
|
|
|