mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
5d4d1212f7
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>
7 lines
104 B
Text
7 lines
104 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
&watchdog {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
#include "mvebu-u-boot.dtsi"
|