mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 20:58:22 +00:00
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:
parent
0fd4120fb5
commit
12ecba9627
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@
|
||||||
scp {
|
scp {
|
||||||
filename = "scp.bin";
|
filename = "scp.bin";
|
||||||
missing-msg = "scp-sunxi";
|
missing-msg = "scp-sunxi";
|
||||||
|
optional;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue