Change the virtual address used to not be 0xc0000000, the arm loader

doesn't handle this address.
This commit is contained in:
Andrew Turner 2015-04-11 20:44:21 +00:00
parent 6311d7aaf0
commit 849d143dba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281443

View File

@ -5,8 +5,8 @@ makeoptions CONF_CFLAGS="-march=armv7a"
makeoptions ARM_LITTLE_ENDIAN
options ARM_L2_PIPT
options KERNVIRTADDR = 0xc0000000
makeoptions KERNVIRTADDR = 0xc0000000
options KERNVIRTADDR = 0xc1000000
makeoptions KERNVIRTADDR = 0xc1000000
options IPI_IRQ_START=0
options IPI_IRQ_END=15