diff options
author | ian <ian@FreeBSD.org> | 2015-05-25 01:29:45 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2015-05-25 01:29:45 +0000 |
commit | a210991c80fcf1fa0c50759a6fd214d1c6a0790e (patch) | |
tree | 835f2696301f7059c806f7b64d7a336fd70d6b69 /sys/arm | |
parent | e82e4a2984f477320d58c14411c8586e21927e7f (diff) | |
download | FreeBSD-src-a210991c80fcf1fa0c50759a6fd214d1c6a0790e.zip FreeBSD-src-a210991c80fcf1fa0c50759a6fd214d1c6a0790e.tar.gz |
MFC r283033, r283062, r283066, r283069:
Do not set preload_addr_relocate for ARM.
Refactor net_getparams() to make it easier to get params from sources other
than bootp and rarp.
Add a routine to obtain netboot parameters from the U-Boot env vars
Enable the NETIF_OPEN_CLOSE_ONCE option for ubldr.
Diffstat (limited to 'sys/arm')
-rw-r--r-- | sys/arm/arm/machdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/arm/machdep.c b/sys/arm/arm/machdep.c index c739ae9..17e96b5 100644 --- a/sys/arm/arm/machdep.c +++ b/sys/arm/arm/machdep.c @@ -939,7 +939,6 @@ freebsd_parse_boot_param(struct arm_boot_params *abp) ksym_start = MD_FETCH(kmdp, MODINFOMD_SSYM, uintptr_t); ksym_end = MD_FETCH(kmdp, MODINFOMD_ESYM, uintptr_t); #endif - preload_addr_relocate = KERNVIRTADDR - abp->abp_physaddr; return lastaddr; } #endif |