git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fd4120
)
sunxi: Mark scp as optional
author
Simon Glass
<sjg@chromium.org>
Sun, 23 Jun 2024 20:30:24 +0000
(14:30 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/sunxi-u-boot.dtsi
b/arch/arm/dts/sunxi-u-boot.dtsi
index
0909a67
..
e1a9a7f
100644
(file)
--- 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