diff options
| author | Simon Glass <[email protected]> | 2024-06-23 14:30:24 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-04 09:25:20 -0600 |
| commit | 12ecba9627af664cb5f139f4ea9391512dd24e9b (patch) | |
| tree | 49a9ad94c056589787006d42a2506ea1b30e74b8 | |
| parent | 0fd4120fb535b22ca2ba94d9fe04d7e01557e38c (diff) | |
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 <[email protected]>
Reviewed-by: Andre Przywara <[email protected]>
| -rw-r--r-- | arch/arm/dts/sunxi-u-boot.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/sunxi-u-boot.dtsi b/arch/arm/dts/sunxi-u-boot.dtsi index 0909a67883e..e1a9a7f5d4c 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 |
