uboot-d1: add bootloader for upcoming d1 target
[openwrt/staging/981213.git] / package / boot / uboot-d1 / patches / 0014-clk-sunxi-Use-the-right-symbol-in-the-Makefile.patch
1 From 3d97f99cb173422ee8a15b7ec1df83ff61e68204 Mon Sep 17 00:00:00 2001
2 From: Samuel Holland <samuel@sholland.org>
3 Date: Sun, 30 Oct 2022 14:28:23 -0500
4 Subject: [PATCH 14/90] clk: sunxi: Use the right symbol in the Makefile
5
6 Signed-off-by: Samuel Holland <samuel@sholland.org>
7 ---
8 drivers/clk/Makefile | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 --- a/drivers/clk/Makefile
12 +++ b/drivers/clk/Makefile
13 @@ -25,7 +25,7 @@ obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/
14 obj-$(CONFIG_ARCH_SOCFPGA) += altera/
15 obj-$(CONFIG_ARCH_STM32) += stm32/
16 obj-$(CONFIG_ARCH_STM32MP) += stm32/
17 -obj-$(CONFIG_ARCH_SUNXI) += sunxi/
18 +obj-$(CONFIG_CLK_SUNXI) += sunxi/
19 obj-$(CONFIG_CLK_AT91) += at91/
20 obj-$(CONFIG_CLK_BCM6345) += clk_bcm6345.o
21 obj-$(CONFIG_CLK_BOSTON) += clk_boston.o