From 6a7ac9da7c8a3a5b9c0a21830670b06935f58332 Mon Sep 17 00:00:00 2001 From: skra Date: Mon, 22 Feb 2016 11:47:28 +0000 Subject: Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms. Only L2 PIPT cache is supported for __ARM_ARCH >= 6. In fact, this is just a pure proclamation as this option is used only in armv4 specific files now. --- sys/arm/qemu/std.virt | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/arm/qemu') diff --git a/sys/arm/qemu/std.virt b/sys/arm/qemu/std.virt index 3adef1e..858e195 100644 --- a/sys/arm/qemu/std.virt +++ b/sys/arm/qemu/std.virt @@ -2,7 +2,6 @@ machine arm armv6 cpu CPU_CORTEXA makeoptions CONF_CFLAGS="-march=armv7a" -options ARM_L2_PIPT options KERNVIRTADDR = 0xc1000000 makeoptions KERNVIRTADDR = 0xc1000000 -- cgit v1.1