Remove PHYSADDR from kernel configurations that don't need it. The only

place we need to set it is when we also have FLASHADDR set.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Andrew Turner 2018-08-15 13:13:19 +00:00
parent 450e5a4378
commit f13a4096b7
4 changed files with 0 additions and 5 deletions

View File

@ -10,8 +10,6 @@ files "../mv/kirkwood/files.kirkwood"
files "../mv/orion/files.db88f5xxx"
files "../mv/orion/files.ts7800"
options PHYSADDR=0x00000000
makeoptions CONF_CFLAGS+="-march=armv5te"
makeoptions LDFLAGS="-zmuldefs"
makeoptions KERNPHYSADDR=0x00000000

View File

@ -6,4 +6,3 @@ files "../mv/discovery/files.db78xxx"
makeoptions KERNPHYSADDR=0x00900000
makeoptions KERNVIRTADDR=0xc0900000
options KERNVIRTADDR=0xc0900000
options PHYSADDR=0x00000000

View File

@ -6,4 +6,3 @@ files "../mv/orion/files.db88f5xxx"
makeoptions KERNPHYSADDR=0x00900000
makeoptions KERNVIRTADDR=0xc0900000
options KERNVIRTADDR=0xc0900000
options PHYSADDR=0x00000000

View File

@ -8,4 +8,3 @@ options INTRNG
makeoptions KERNPHYSADDR=0x40000000
makeoptions KERNVIRTADDR=0xc0000000
options KERNVIRTADDR=0xc0000000
options PHYSADDR=0x40000000