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 <sjg@chromium.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
This commit is contained in:
Simon Glass 2024-06-23 14:30:24 -06:00 committed by Tom Rini
parent 0fd4120fb5
commit 12ecba9627

View file

@ -90,6 +90,7 @@
scp { scp {
filename = "scp.bin"; filename = "scp.bin";
missing-msg = "scp-sunxi"; missing-msg = "scp-sunxi";
optional;
}; };
}; };
#endif #endif