diff options
author | Stanislav Galabov <stanislav_galabov@smartcom.bg> | 2016-05-09 09:32:52 +0300 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-05-10 10:43:17 +0200 |
commit | f8b6c9d82599d29e3d09185e3a190fc4d145e5ea (patch) | |
tree | 7d2bbe1a9dd86c05782db000b8ae0c8c5dbabda4 /target/linux/ramips/dts/F5D8235_V2.dts | |
parent | 600c2242138f570e57f23052db7a57d28b65b787 (diff) | |
download | mtk-20170518-f8b6c9d82599d29e3d09185e3a190fc4d145e5ea.zip mtk-20170518-f8b6c9d82599d29e3d09185e3a190fc4d145e5ea.tar.gz mtk-20170518-f8b6c9d82599d29e3d09185e3a190fc4d145e5ea.tar.bz2 |
ramips: Change all '/include/' clauses to '#include' so preprocessing can
be done properly for the entire device trees.
Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts/F5D8235_V2.dts')
-rw-r--r-- | target/linux/ramips/dts/F5D8235_V2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/F5D8235_V2.dts b/target/linux/ramips/dts/F5D8235_V2.dts index 38446e6..d1e2143b 100644 --- a/target/linux/ramips/dts/F5D8235_V2.dts +++ b/target/linux/ramips/dts/F5D8235_V2.dts @@ -1,6 +1,6 @@ /dts-v1/; -/include/ "rt3050.dtsi" +#include "rt3050.dtsi" / { compatible = "F5D8235_V2", "ralink,rt3052-soc"; |