diff options
author | Simon Glass <sjg@chromium.org> | 2023-02-01 13:19:39 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-02-07 14:33:48 -0500 |
commit | 8742abedcf465bf9fe8653f1ab138dec61f7225f (patch) | |
tree | 183631311db4d2950601e62a104e4b1f873cec0b /arch/arm/cpu/armv7/kona-common/Makefile | |
parent | c4b25d5908cbebd07ee6172f133272059514e222 (diff) | |
download | u-boot-8742abedcf465bf9fe8653f1ab138dec61f7225f.tar.gz |
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 <sjg@chromium.org>
Diffstat (limited to 'arch/arm/cpu/armv7/kona-common/Makefile')
-rw-r--r-- | arch/arm/cpu/armv7/kona-common/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
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 |