]> git.ipfire.org Git - thirdparty/u-boot.git/commit
fdt: Allow C++ comments in link scripts and DT files
authorSimon Glass <sjg@chromium.org>
Mon, 1 Oct 2018 18:22:43 +0000 (12:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Oct 2018 10:40:27 +0000 (04:40 -0600)
commit44093a1554be9ca4d4e964710537a3d0014909b9
tree366dbcf1149c6bb2dbe4f82a214a93c3fc9ef00a
parent07bc873c73315854f52506777d9afb70c5cfedda
fdt: Allow C++ comments in link scripts and DT files

At present // in a device-tree file or link script causes a warning. But
this is used in the standard license header. Update the compiler flags to
use C99, which permits this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile
scripts/Makefile.spl