armbian_build/patch/u-boot/u-boot-sun50i-dev/add-spl-switch-H5.patch
2017-01-24 17:10:23 +03:00

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