historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/dtc/tests/overlay_bad_fixup_empty.dts

15 lines
199 B
Text
Raw Normal View History

2024-01-16 17:20:27 +00:00
/*
* Copyright (c) 2016 NextThing Co
* Copyright (c) 2016 Free Electrons
*
* SPDX-License-Identifier: GPL-2.0+
*/
/include/ "overlay_bad_fixup_base.dtsi"
/ {
__fixups__ {
test = "";
};
};