mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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:
parent
f11f138ebf
commit
fe4931c09a
1 changed files with 4 additions and 0 deletions
|
@ -4,3 +4,7 @@
|
|||
*/
|
||||
|
||||
#include "rockchip-u-boot.dtsi"
|
||||
|
||||
&grf {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue