dts: nios2: intel: Move SoC devicetree includes under a vendor directory
Cleans up SoC devicetree include file locations to follow the convention of dts/<arch>/<vendor>/ Signed-off-by: Maureen Helm <maureen.helm@intel.com>
This commit is contained in:
parent
267bba62d3
commit
f987095a51
4 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
#include <nios2f.dtsi>
|
#include <intel/nios2f.dtsi>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "altera_max10";
|
model = "altera_max10";
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
|
|
||||||
#include <nios2-qemu.dtsi>
|
#include <intel/nios2-qemu.dtsi>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "qemu_nios2";
|
model = "qemu_nios2";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue