u-boot/arch/arm/dts/armada-385-atl-x530-u-boot.dtsi
Pali Rohár 5d4d1212f7 arm: mvebu: Remove redundant u-boot, dm-pre-reloc from all 32-bit Armada SoCs
Replace it by including of mvebu-u-boot.dtsi file. When board does not use
-u-boot.dtsi then mvebu-u-boot.dtsi is included automatically by makefile
scripts/Makefile.lib.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Tested-by: Stefan Roese <sr@denx.de>
2022-08-09 08:58:27 +02:00

7 lines
104 B
Text

// SPDX-License-Identifier: GPL-2.0
&watchdog {
u-boot,dm-pre-reloc;
};
#include "mvebu-u-boot.dtsi"