[PATCH 2/3] rockchip: rv1108: Enable grf as pre-reloc node
Kever Yang
kever.yang at rock-chips.com
Mon Apr 13 03:38:31 CEST 2020
The grf node will be used before relocate, enable it in dts.
Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
---
arch/arm/dts/rv1108-u-boot.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/rv1108-u-boot.dtsi b/arch/arm/dts/rv1108-u-boot.dtsi
index 41ac054b81..6a2098b8d4 100644
--- a/arch/arm/dts/rv1108-u-boot.dtsi
+++ b/arch/arm/dts/rv1108-u-boot.dtsi
@@ -4,3 +4,7 @@
*/
#include "rockchip-u-boot.dtsi"
+
+&grf {
+ u-boot,dm-pre-reloc;
+};
--
2.17.1
More information about the U-Boot
mailing list