From: Simon Glass Date: Sun, 23 Jun 2024 20:30:24 +0000 (-0600) Subject: sunxi: Mark scp as optional X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=12ecba9627af664cb5f139f4ea9391512dd24e9b;p=u-boot.git sunxi: Mark scp as optional 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 Reviewed-by: Andre Przywara --- diff --git a/arch/arm/dts/sunxi-u-boot.dtsi b/arch/arm/dts/sunxi-u-boot.dtsi index 0909a67883..e1a9a7f5d4 100644 --- a/arch/arm/dts/sunxi-u-boot.dtsi +++ b/arch/arm/dts/sunxi-u-boot.dtsi @@ -90,6 +90,7 @@ scp { filename = "scp.bin"; missing-msg = "scp-sunxi"; + optional; }; }; #endif