From 68f866d4e4867ef97f25049cea6900630386da14 Mon Sep 17 00:00:00 2001 From: Michael Tretter Date: Thu, 24 Jun 2021 17:00:51 +0200 Subject: ARM: zynqmp: add update handler The ZynqMP boots from an SDHCI device by reading a boot.bin file from the FAT16/32 partition, which is the first partition in the MBR. The update handler copies a boot.bin image to this partition, which might be board specific. Signed-off-by: Michael Tretter Link: https://lore.barebox.org/20210624150054.1205422-5-m.tretter@pengutronix.de Signed-off-by: Sascha Hauer --- arch/arm/mach-zynqmp/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-zynqmp/Makefile') diff --git a/arch/arm/mach-zynqmp/Makefile b/arch/arm/mach-zynqmp/Makefile index 14b8a4e46b..e24a43c0d5 100644 --- a/arch/arm/mach-zynqmp/Makefile +++ b/arch/arm/mach-zynqmp/Makefile @@ -1,3 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-or-later obj-y += firmware-zynqmp.o obj-y += zynqmp.o +obj-$(CONFIG_BAREBOX_UPDATE) += zynqmp-bbu.o -- cgit v1.2.3