Remove the restriction that the kernel needs to be loaded at the bottom of
authorkettenis <kettenis@openbsd.org>
Tue, 26 Jul 2016 18:09:07 +0000 (18:09 +0000)
committerkettenis <kettenis@openbsd.org>
Tue, 26 Jul 2016 18:09:07 +0000 (18:09 +0000)
commit3a2d040da541a994c732cd753dd60b18d86d36d0
treea5e938d8b9dd3b9acb0682b0727b49a92a3d4da5
parent36109d8ace37fb750c5d3f08362f37e9366b1e25
Remove the restriction that the kernel needs to be loaded at the bottom of
physical memory.  This makes it possible to boot OpenBSD on platforms that
have physical memory start at address 0x00000000 as the EFI bootloader will
only attempt to load kernels at address 0x10000000 and above to work around
a bug in the u-boot EFI API layer.

ok patrick@
sys/arch/armv7/armv7/armv7_machdep.c
sys/arch/armv7/armv7/armv7_start.S