aboutsummaryrefslogtreecommitdiff
path: root/board/theobroma-systems
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko.stuebner@theobroma-systems.com>2020-05-06 13:06:56 +0200
committerKever Yang <kever.yang@rock-chips.com>2020-05-22 17:24:30 +0800
commit6393357c53a8080cd9fb7e77bf7f0683a544379f (patch)
treed5a56e830cff83a1390a907cf2ff37b04587d116 /board/theobroma-systems
parent2fa581ba910368d0f7f995fb906d6c5e4218b594 (diff)
downloadu-boot-6393357c53a8080cd9fb7e77bf7f0683a544379f.zip
u-boot-6393357c53a8080cd9fb7e77bf7f0683a544379f.tar.gz
u-boot-6393357c53a8080cd9fb7e77bf7f0683a544379f.tar.bz2
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>
Diffstat (limited to 'board/theobroma-systems')
-rwxr-xr-xboard/theobroma-systems/puma_rk3399/fit_spl_atf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/theobroma-systems/puma_rk3399/fit_spl_atf.sh b/board/theobroma-systems/puma_rk3399/fit_spl_atf.sh
index 420e7da..c939657 100755
--- a/board/theobroma-systems/puma_rk3399/fit_spl_atf.sh
+++ b/board/theobroma-systems/puma_rk3399/fit_spl_atf.sh
@@ -69,7 +69,7 @@ cat << __HEADER_EOF
};
fdt {
description = "RK3399-Q7 (Puma) flat device-tree";
- data = /incbin/("u-boot.dtb");
+ data = /incbin/("$1");
type = "flat_dt";
compression = "none";
};