Re: [U-Boot] [PATCH 39/45] fdt: Allow C++ comments in link scripts and DT files

2018-10-09 Thread sjg
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 --- Makefile | 2 +- scripts/Makefile.spl | 2 +- 2 files changed, 2 insertions(

[U-Boot] [PATCH 39/45] fdt: Allow C++ comments in link scripts and DT files

2018-10-01 Thread Simon Glass
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 --- Makefile | 2 +- scripts/Makefile.spl | 2 +- 2 files changed, 2 insertions(