rockchip: rv1108: Enable grf as pre-reloc node

The grf node will be used before relocate, enable it in dts.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
Kever Yang
2020-09-16 16:31:18 +08:00
parent f11f138ebf
commit fe4931c09a
+4
View File
@@ -4,3 +4,7 @@
*/
#include "rockchip-u-boot.dtsi"
&grf {
u-boot,dm-pre-reloc;
};