Commit 894218c
committed
Fix invalid DTS includes
Fixes the following build errors:
> Error: arch/arm/dts/.rk3036-sdk.dtb.pre.tmp:77.1-10 syntax error
> Error: arch/arm/dts/.rk3188-radxarock.dtb.pre.tmp:383.1-10 syntax error
The generated DTS had `\#include` instead of `#include`
Signed-off-by: Gleb Mazovetskiy <[email protected]>1 parent 533d602 commit 894218c
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments