mirror of
https://xff.cz/git/u-boot/
synced 2025-09-26 13:01:17 +02:00
board: puma: use dtb given on the commandline instead of using u-boot.dtb
The make_fit_spl scripts get the dtb to use as commandline option, so use it for puma as well. Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
This commit is contained in:
committed by
Kever Yang
parent
2fa581ba91
commit
6393357c53
@@ -69,7 +69,7 @@ cat << __HEADER_EOF
|
|||||||
};
|
};
|
||||||
fdt {
|
fdt {
|
||||||
description = "RK3399-Q7 (Puma) flat device-tree";
|
description = "RK3399-Q7 (Puma) flat device-tree";
|
||||||
data = /incbin/("u-boot.dtb");
|
data = /incbin/("$1");
|
||||||
type = "flat_dt";
|
type = "flat_dt";
|
||||||
compression = "none";
|
compression = "none";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user