]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sunxi: Mark scp as optional
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jun 2024 20:30:24 +0000 (14:30 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jul 2024 15:25:20 +0000 (09:25 -0600)
This binary does not prevent the system from booting. Mark it optional
so that U-Boot can be built without it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
arch/arm/dts/sunxi-u-boot.dtsi

index 0909a67883e59b9f1549a30a3deeccd95cd36dad..e1a9a7f5d4cef9680336618c385d33546633248c 100644 (file)
@@ -90,6 +90,7 @@
                                        scp {
                                                filename = "scp.bin";
                                                missing-msg = "scp-sunxi";
+                                               optional;
                                        };
                                };
 #endif