diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-05-16 02:01:34 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-05-16 02:01:34 +0000 |
commit | 66887cb1d308b756f7ae3bc90e27d9c8de8c8bd5 (patch) | |
tree | 191795b1e56ecf44acfa9b4b45968f2208ff11fd /sys/arch/armv7 | |
parent | 9e997c6c839c7cb02896d8fe2284680fc095588c (diff) |
remove unused pre efiboot targets
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r-- | sys/arch/armv7/conf/Makefile.armv7 | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/sys/arch/armv7/conf/Makefile.armv7 b/sys/arch/armv7/conf/Makefile.armv7 index 79f89e18f9c..bba9438a561 100644 --- a/sys/arch/armv7/conf/Makefile.armv7 +++ b/sys/arch/armv7/conf/Makefile.armv7 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.armv7,v 1.49 2021/01/28 17:39:02 deraadt Exp $ +# $OpenBSD: Makefile.armv7,v 1.50 2021/05/16 02:01:33 jsg Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -167,22 +167,4 @@ install: update-link hardlink-obsd newinstall . endfor .endif -# until we get native booting working, put this in the tree. -KERNADDR_OMAP=0x80300000 -KERNADDR_IMX=0x10300000 -KERNADDR_SUNXI=0x40300000 -KERNADDR_EXYNOS=0x40300000 -KERNADDR_VEXPRESSA15=0x80300000 -KERNADDR_VEXPRESSA9=0x60300000 - -.for SOC in IMX OMAP SUNXI EXYNOS VEXPRESSA9 VEXPRESSA15 -bsd.${SOC}.umg: bsd - mkuboot -a arm -o linux -e ${KERNADDR_${SOC}} -l ${KERNADDR_${SOC}} \ - bsd bsd.${SOC}.umg -.endfor - -bsd.rd: bsd - cp bsd bsd.rd - $S/../distrib/${_mach}/ramdisk/rdsetroot < $S/../distrib/${_mach}/ramdisk/mr.fs bsd.rd - %RULES |