The E2 Alt port was broken since some time. This patch updates the E2 Alt 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>
15 lines
259 B
Plaintext
15 lines
259 B
Plaintext
/*
|
|
* Device Tree Source extras for U-Boot for the Alt board
|
|
*
|
|
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0
|
|
*/
|
|
|
|
#include "r8a7794-alt.dts"
|
|
#include "r8a7794-u-boot.dtsi"
|
|
|
|
&scif2 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|