rockchip: rk3399: Fix bootph prop for vop nodes
The vop nodes should not be included in TPL/SPL control FDT, it should only be included at U-Boot proper pre-reloc phase. Change to use bootph-some-ram prop to fix this. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
committed by
Kever Yang
parent
4e3c7e89d9
commit
2e1c0024af
@@ -143,9 +143,9 @@
|
||||
};
|
||||
|
||||
&vopb {
|
||||
bootph-all;
|
||||
bootph-some-ram;
|
||||
};
|
||||
|
||||
&vopl {
|
||||
bootph-all;
|
||||
bootph-some-ram;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user