mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 14:23:00 +00:00
7d0299cd8f
The M2 Koelsch port was broken since some time. This patch updates the M2 Koelsch port to use modern frameworks, DM, DT probing, SPL for the preloading and puts it on par with the M2 Porter board. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14 lines
267 B
Text
14 lines
267 B
Text
/*
|
|
* Device Tree Source extras for U-Boot for the Koelsch board
|
|
*
|
|
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0
|
|
*/
|
|
|
|
#include "r8a7791-koelsch.dts"
|
|
#include "r8a7791-u-boot.dtsi"
|
|
|
|
&scif0 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|