rk322x-box: fix relative path reference to .bin in patch (a-n changed u-boot path on disk) - for @paolosabatino
This commit is contained in:
parent
e914af3713
commit
1159f073ed
@ -28,7 +28,7 @@ index 00000000..a5824c61
|
||||
+ };
|
||||
+ optee {
|
||||
+ description = "OP-TEE";
|
||||
+ data = /incbin/("../../../../packages/blobs/rockchip/rk322x_tee.bin");
|
||||
+ data = /incbin/("../../../../../packages/blobs/rockchip/rk322x_tee.bin");
|
||||
+ type = "firmware";
|
||||
+ arch = "arm";
|
||||
+ os = "tee";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user