From 8742abedcf465bf9fe8653f1ab138dec61f7225f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 1 Feb 2023 13:19:39 -0700 Subject: arm: Drop old kona code The KONA and KONA_GPIO options don't exist anymore, since this commit: 0f6807e77b0 arm: Remove bcm28155_ap board Drop the dead code. Signed-off-by: Simon Glass --- arch/arm/cpu/armv7/kona-common/Makefile | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 arch/arm/cpu/armv7/kona-common/Makefile (limited to 'arch/arm/cpu/armv7/kona-common/Makefile') diff --git a/arch/arm/cpu/armv7/kona-common/Makefile b/arch/arm/cpu/armv7/kona-common/Makefile deleted file mode 100644 index 56de3d18e0..0000000000 --- a/arch/arm/cpu/armv7/kona-common/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# Copyright 2013 Broadcom Corporation. - -obj-y += s_init.o -obj-y += hwinit-common.o -obj-y += clk-stubs.o -obj-${CONFIG_KONA_RESET_S} += reset.o -- cgit v1.2.1