mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
8a41f68870
Fix ommission where the u-boot,dm-pre-reloc DT bit was pulled into the common DT, not the U-Boot specific DT part. Move it to U-Boot DT part. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14 lines
265 B
Text
14 lines
265 B
Text
/*
|
|
* Device Tree Source extras for U-Boot for the Porter board
|
|
*
|
|
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0
|
|
*/
|
|
|
|
#include "r8a7791-porter.dts"
|
|
#include "r8a7791-u-boot.dtsi"
|
|
|
|
&scif0 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|