Change the virtual address used to not be 0xc0000000, the arm loader
doesn't handle this address.
This commit is contained in:
parent
6311d7aaf0
commit
849d143dba
@ -5,8 +5,8 @@ makeoptions CONF_CFLAGS="-march=armv7a"
|
|||||||
makeoptions ARM_LITTLE_ENDIAN
|
makeoptions ARM_LITTLE_ENDIAN
|
||||||
options ARM_L2_PIPT
|
options ARM_L2_PIPT
|
||||||
|
|
||||||
options KERNVIRTADDR = 0xc0000000
|
options KERNVIRTADDR = 0xc1000000
|
||||||
makeoptions KERNVIRTADDR = 0xc0000000
|
makeoptions KERNVIRTADDR = 0xc1000000
|
||||||
|
|
||||||
options IPI_IRQ_START=0
|
options IPI_IRQ_START=0
|
||||||
options IPI_IRQ_END=15
|
options IPI_IRQ_END=15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user