uboot-lantiq: fix compile with modern host dtc
authorThomas Nixon <tom@tomn.co.uk>
Tue, 4 Sep 2018 20:54:58 +0000 (21:54 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 7 Oct 2018 00:12:06 +0000 (02:12 +0200)
commit6b729e15637ab2ab34815e73c1e774c3469d7522
tree8360669a3dbcc71df87853c2af07f29f62175f2f
parent43e71e04167db90c5ff7cf0b5ffdb2388217cbf3
uboot-lantiq: fix compile with modern host dtc

In dtc version 1.4.6 the macro names in header include guards changed,
but the build relies on them matching in order to replace selected
headers. This is a horrible hack to work around this.

Signed-off-by: Thomas Nixon <tom@tomn.co.uk>
package/boot/uboot-lantiq/patches/200-fix-dtc-header-guard.patch [new file with mode: 0644]