From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- roms/u-boot/arch/arm/dts/rk3399-gru-u-boot.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 roms/u-boot/arch/arm/dts/rk3399-gru-u-boot.dtsi (limited to 'roms/u-boot/arch/arm/dts/rk3399-gru-u-boot.dtsi') diff --git a/roms/u-boot/arch/arm/dts/rk3399-gru-u-boot.dtsi b/roms/u-boot/arch/arm/dts/rk3399-gru-u-boot.dtsi new file mode 100644 index 000000000..390ac2bb5 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/rk3399-gru-u-boot.dtsi @@ -0,0 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2019 Jagan Teki + */ + +#include "rk3399-u-boot.dtsi" + +&spi_flash { + u-boot,dm-pre-reloc; +}; -- cgit 1.2.3-korg