k3-am642-evm-binman.dts: adapt to name change from atf-bl32 to tee-os
The binman entry name was changed so adapt to it. Signed-off-by: Roger Quadros <rogerq@kernel.org>
This commit is contained in:
parent
91377bdb68
commit
a04d820c97
|
|
@ -43,8 +43,8 @@
|
|||
os = "tee";
|
||||
load = <0x9e800000>;
|
||||
entry = <0x9e800000>;
|
||||
atf-bl32 {
|
||||
filename = "bl32.bin";
|
||||
tee-os {
|
||||
filename = "tee-pager_v2.bin";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue