mirror of
https://github.com/armbian/build.git
synced 2025-08-12 14:16:57 +02:00
11 lines
450 B
Diff
11 lines
450 B
Diff
diff --git a/u-boot/arch/arm/mach-sunxi/Makefile b/u-boot/arch/arm/mach-sunxi/Makefile
|
|
index 128091e..ba957f1 100644
|
|
--- a/u-boot/arch/arm/mach-sunxi/Makefile
|
|
+++ b/u-boot/arch/arm/mach-sunxi/Makefile
|
|
@@ -52,4 +52,5 @@ obj-$(CONFIG_MACH_SUN8I_H3) += dram_sun8i_h3.o
|
|
obj-$(CONFIG_MACH_SUN9I) += dram_sun9i.o
|
|
obj-$(CONFIG_MACH_SUN50I) += dram_sun8i_h3.o
|
|
obj-$(CONFIG_MACH_SUN50I) += spl_switch.o
|
|
+obj-$(CONFIG_MACH_SUN50I_H5) += spl_switch.o
|
|
endif
|