diff options
author | Tom Rini <trini@konsulko.com> | 2018-04-18 16:24:14 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-18 16:24:14 -0400 |
commit | 8bc51b6e17426ba64d2cf10ec1f5357b8754ea9a (patch) | |
tree | 45a3f153f554d7f712ae6f82921ad3489c2e8f7f /arch/arm/dts/r8a7791-koelsch-u-boot.dts | |
parent | 40df6b3e1882c55dd34b9177a42e21a591d668ee (diff) | |
parent | 7d0299cd8f11f33910f15531913ff2e3d1621bda (diff) |
Merge git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/arm/dts/r8a7791-koelsch-u-boot.dts')
-rw-r--r-- | arch/arm/dts/r8a7791-koelsch-u-boot.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a7791-koelsch-u-boot.dts b/arch/arm/dts/r8a7791-koelsch-u-boot.dts index 9de45bb52d..58e15a4044 100644 --- a/arch/arm/dts/r8a7791-koelsch-u-boot.dts +++ b/arch/arm/dts/r8a7791-koelsch-u-boot.dts @@ -8,3 +8,7 @@ #include "r8a7791-koelsch.dts" #include "r8a7791-u-boot.dtsi" + +&scif0 { + u-boot,dm-pre-reloc; +}; |