[U-Boot] [PATCH 39/45] fdt: Allow C++ comments in link scripts and DT files
sjg at google.com
sjg at google.com
Tue Oct 9 23:54:50 UTC 2018
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 at chromium.org>
---
Makefile | 2 +-
scripts/Makefile.spl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Applied to u-boot-dm
More information about the U-Boot
mailing list