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:
parent
450e5a4378
commit
f13a4096b7
@ -10,8 +10,6 @@ files "../mv/kirkwood/files.kirkwood"
|
|||||||
files "../mv/orion/files.db88f5xxx"
|
files "../mv/orion/files.db88f5xxx"
|
||||||
files "../mv/orion/files.ts7800"
|
files "../mv/orion/files.ts7800"
|
||||||
|
|
||||||
options PHYSADDR=0x00000000
|
|
||||||
|
|
||||||
makeoptions CONF_CFLAGS+="-march=armv5te"
|
makeoptions CONF_CFLAGS+="-march=armv5te"
|
||||||
makeoptions LDFLAGS="-zmuldefs"
|
makeoptions LDFLAGS="-zmuldefs"
|
||||||
makeoptions KERNPHYSADDR=0x00000000
|
makeoptions KERNPHYSADDR=0x00000000
|
||||||
|
@ -6,4 +6,3 @@ files "../mv/discovery/files.db78xxx"
|
|||||||
makeoptions KERNPHYSADDR=0x00900000
|
makeoptions KERNPHYSADDR=0x00900000
|
||||||
makeoptions KERNVIRTADDR=0xc0900000
|
makeoptions KERNVIRTADDR=0xc0900000
|
||||||
options KERNVIRTADDR=0xc0900000
|
options KERNVIRTADDR=0xc0900000
|
||||||
options PHYSADDR=0x00000000
|
|
||||||
|
@ -6,4 +6,3 @@ files "../mv/orion/files.db88f5xxx"
|
|||||||
makeoptions KERNPHYSADDR=0x00900000
|
makeoptions KERNPHYSADDR=0x00900000
|
||||||
makeoptions KERNVIRTADDR=0xc0900000
|
makeoptions KERNVIRTADDR=0xc0900000
|
||||||
options KERNVIRTADDR=0xc0900000
|
options KERNVIRTADDR=0xc0900000
|
||||||
options PHYSADDR=0x00000000
|
|
||||||
|
@ -8,4 +8,3 @@ options INTRNG
|
|||||||
makeoptions KERNPHYSADDR=0x40000000
|
makeoptions KERNPHYSADDR=0x40000000
|
||||||
makeoptions KERNVIRTADDR=0xc0000000
|
makeoptions KERNVIRTADDR=0xc0000000
|
||||||
options KERNVIRTADDR=0xc0000000
|
options KERNVIRTADDR=0xc0000000
|
||||||
options PHYSADDR=0x40000000
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user